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