2 instantiations of 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));
4 references to DeepTranslator
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
319
DeepTranslator
? deepTranslator)
1013
private readonly
DeepTranslator
? _deepTranslator;
1015
public SymbolComparer(MatchSymbols matcher,
DeepTranslator
? deepTranslator)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
28
private readonly CSharpSymbolMatcher.
DeepTranslator
_deepTranslator;