10 references to VisualBasicSymbolMatcher
Microsoft.CodeAnalysis.VisualBasic (10)
Emit\EditAndContinue\EmitHelpers.vb (1)
75
Dim previousSourceToCurrentSource As
VisualBasicSymbolMatcher
= Nothing
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
26
Private ReadOnly _deepTranslator As
VisualBasicSymbolMatcher
.DeepTranslator
73
_deepTranslator = New
VisualBasicSymbolMatcher
.DeepTranslator(sourceAssembly.GetSpecialType(SpecialType.System_Object))
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (6)
24
Private ReadOnly _previousSourceToMetadata As
VisualBasicSymbolMatcher
25
Private ReadOnly _sourceToMetadata As
VisualBasicSymbolMatcher
26
Private ReadOnly _sourceToPrevious As
VisualBasicSymbolMatcher
30
previousSourceToMetadata As
VisualBasicSymbolMatcher
,
31
sourceToMetadata As
VisualBasicSymbolMatcher
,
32
sourceToPreviousSource 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
"/>.