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