2 references to DeepTranslator
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
40
_symbols = new MatchSymbols(anonymousTypeMap, anonymousDelegates, anonymousDelegatesWithIndexedNames, sourceAssembly, otherAssembly, otherSynthesizedMembers, otherDeletedMembers, new
DeepTranslator
(otherAssembly.GetSpecialType(SpecialType.System_Object)));
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
95
_deepTranslator = new CSharpSymbolMatcher.
DeepTranslator
(sourceAssembly.GetSpecialType(SpecialType.System_Object));