Base:
method
MapDefinition
Microsoft.CodeAnalysis.Emit.SymbolMatcher.MapDefinition(Microsoft.Cci.IDefinition)
32 references to MapDefinition
Microsoft.CodeAnalysis.VisualBasic (5)
Emit\EditAndContinue\VisualBasicDefinitionMap.vb (5)
73
Dim other = TryCast(_mapToMetadata.
MapDefinition
(def)?.GetInternalSymbol(), PENamedTypeSymbol)
84
Dim other = TryCast(_mapToMetadata.
MapDefinition
(def)?.GetInternalSymbol(), PEEventSymbol)
95
Dim other = TryCast(_mapToMetadata.
MapDefinition
(def)?.GetInternalSymbol(), PEFieldSymbol)
106
Dim other = TryCast(_mapToMetadata.
MapDefinition
(def)?.GetInternalSymbol(), PEMethodSymbol)
117
Dim other = TryCast(_mapToMetadata.
MapDefinition
(def)?.GetInternalSymbol(), PEPropertySymbol)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (27)
Emit\EditAndContinue\EditAndContinueTests.vb (3)
1026
Dim other = DirectCast(matcher.
MapDefinition
(DirectCast(member.GetCciAdapter(), Cci.IMethodDefinition)).GetInternalSymbol(), MethodSymbol)
1050
Dim other = DirectCast(matcher.
MapDefinition
(DirectCast(member.GetCciAdapter(), Cci.IMethodDefinition)).GetInternalSymbol(), MethodSymbol)
1084
Dim other = DirectCast(matcher.
MapDefinition
(DirectCast(member1.GetCciAdapter(), Cci.IMethodDefinition)).GetInternalSymbol(), MethodSymbol)
Emit\EditAndContinue\SymbolMatcherTests.vb (24)
82
Dim other = matcher.
MapDefinition
(DirectCast(member.GetCciAdapter(), Cci.IDefinition))
115
Dim other = matcher.
MapDefinition
(DirectCast(member.GetCciAdapter(), Cci.IMethodDefinition))
135
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
167
Dim other = DirectCast(matcher.
MapDefinition
(member1.GetCciAdapter()).GetInternalSymbol(), MethodSymbol)
195
Dim mf1 = matcher.
MapDefinition
(f1.GetCciAdapter()).GetInternalSymbol()
363
Dim mappedX1 = DirectCast(matcher.
MapDefinition
(x1), Cci.IFieldDefinition)
364
Dim mappedX2 = DirectCast(matcher.
MapDefinition
(x2), Cci.IFieldDefinition)
434
Dim mappedX1 = DirectCast(matcher.
MapDefinition
(x1), Cci.IFieldDefinition)
435
Dim mappedX2 = DirectCast(matcher.
MapDefinition
(x2), Cci.IFieldDefinition)
511
Dim mappedX1 = DirectCast(matcher.
MapDefinition
(x1), Cci.IFieldDefinition)
512
Dim mappedX2 = DirectCast(matcher.
MapDefinition
(x2), Cci.IFieldDefinition)
547
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
576
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
607
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
643
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
677
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
711
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
745
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
785
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
823
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
855
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
885
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
917
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())
948
Dim other = matcher.
MapDefinition
(member.GetCciAdapter())