21 instantiations of VisualBasicSymbolMatcher
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\EmitHelpers.vb (2)
128Dim matcher = New VisualBasicSymbolMatcher( 141Dim matcherWithAllSynthesizedMembers = New VisualBasicSymbolMatcher(
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
48Dim matchToMetadata = New VisualBasicSymbolMatcher(initialBaseline.LazyMetadataSymbols.AnonymousTypes, sourceAssembly, context, metadataAssembly) 55matchToPrevious = New VisualBasicSymbolMatcher(
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (17)
Emit\EditAndContinue\EditAndContinueTestBase.vb (1)
315Return New VisualBasicSymbolMatcher(
Emit\EditAndContinue\SymbolMatcherTests.vb (16)
357Dim matcher = New VisualBasicSymbolMatcher( 428Dim matcher = New VisualBasicSymbolMatcher( 505Dim matcher = New VisualBasicSymbolMatcher( 537Dim matcher = New VisualBasicSymbolMatcher( 566Dim matcher = New VisualBasicSymbolMatcher( 597Dim matcher = New VisualBasicSymbolMatcher( 633Dim matcher = New VisualBasicSymbolMatcher( 667Dim matcher = New VisualBasicSymbolMatcher( 701Dim matcher = New VisualBasicSymbolMatcher( 735Dim matcher = New VisualBasicSymbolMatcher( 775Dim matcher = New VisualBasicSymbolMatcher( 813Dim matcher = New VisualBasicSymbolMatcher( 845Dim matcher = New VisualBasicSymbolMatcher( 875Dim matcher = New VisualBasicSymbolMatcher( 907Dim matcher = New VisualBasicSymbolMatcher( 938Dim matcher = New VisualBasicSymbolMatcher(
10 references to VisualBasicSymbolMatcher
Microsoft.CodeAnalysis.VisualBasic (8)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (3)
26Private ReadOnly _deepTranslator As VisualBasicSymbolMatcher.DeepTranslator 50Dim matchToPrevious As VisualBasicSymbolMatcher = Nothing 81_deepTranslator = New VisualBasicSymbolMatcher.DeepTranslator(sourceAssembly.GetSpecialType(SpecialType.System_Object))
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (4)
24Private ReadOnly _mapToMetadata As VisualBasicSymbolMatcher 25Private ReadOnly _mapToPrevious As VisualBasicSymbolMatcher 29mapToMetadata As VisualBasicSymbolMatcher, 30mapToPrevious 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"/>.
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Emit\EditAndContinue\EditAndContinueTestBase.vb (1)
314Friend Shared Function CreateMatcher(fromCompilation As VisualBasicCompilation, toCompilation As VisualBasicCompilation) As VisualBasicSymbolMatcher
Emit\EditAndContinue\SymbolMatcherTests.vb (1)
78Private Shared Sub MatchAll(matcher As VisualBasicSymbolMatcher, members As ImmutableArray(Of Symbol), startAt As Integer)