2 instantiations of DeepTranslator
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
81_deepTranslator = New VisualBasicSymbolMatcher.DeepTranslator(sourceAssembly.GetSpecialType(SpecialType.System_Object))
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
34_symbols = New MatchSymbols(anonymousTypeMap, sourceAssembly, otherAssembly, otherSynthesizedMembersOpt, otherDeletedMembersOpt, New DeepTranslator(otherAssembly.GetSpecialType(SpecialType.System_Object)))
4 references to DeepTranslator
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
26Private ReadOnly _deepTranslator As VisualBasicSymbolMatcher.DeepTranslator
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (3)
249deepTranslatorOpt As DeepTranslator) 673Private ReadOnly _deepTranslatorOpt As DeepTranslator 675Public Sub New(matcher As MatchSymbols, deepTranslatorOpt As DeepTranslator)