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)
26
Private ReadOnly _deepTranslator As VisualBasicSymbolMatcher.
DeepTranslator
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (3)
249
deepTranslatorOpt As
DeepTranslator
)
673
Private ReadOnly _deepTranslatorOpt As
DeepTranslator
675
Public Sub New(matcher As MatchSymbols, deepTranslatorOpt As
DeepTranslator
)