10 references to VisualBasicSymbolMatcher
Microsoft.CodeAnalysis.VisualBasic (10)
Emit\EditAndContinue\EmitHelpers.vb (1)
75Dim previousSourceToCurrentSource As VisualBasicSymbolMatcher = Nothing
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
26Private ReadOnly _deepTranslator As VisualBasicSymbolMatcher.DeepTranslator 73_deepTranslator = New VisualBasicSymbolMatcher.DeepTranslator(sourceAssembly.GetSpecialType(SpecialType.System_Object))
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (6)
24Private ReadOnly _previousSourceToMetadata As VisualBasicSymbolMatcher 25Private ReadOnly _sourceToMetadata As VisualBasicSymbolMatcher 26Private ReadOnly _sourceToPrevious As VisualBasicSymbolMatcher 30previousSourceToMetadata As VisualBasicSymbolMatcher, 31sourceToMetadata As VisualBasicSymbolMatcher, 32sourceToPreviousSource As VisualBasicSymbolMatcher,
Symbols\ReferenceManager.vb (1)
182''' Used by EnC to create symbols for emit baseline. The PE symbols are used by <see cref="VisualBasicSymbolMatcher"/>.