18 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (18)
Emit\EventSymbolAdapter.vb (6)
27
Dim addMethod = AdaptedEventSymbol.AddMethod.
GetCciAdapter
()
33
Dim removeMethod = AdaptedEventSymbol.RemoveMethod.
GetCciAdapter
()
39
Dim raiseMethod = AdaptedEventSymbol.RaiseMethod?.
GetCciAdapter
()
48
Dim addMethod = AdaptedEventSymbol.AddMethod.
GetCciAdapter
()
58
Dim removeMethod = AdaptedEventSymbol.RemoveMethod.
GetCciAdapter
()
84
Return AdaptedEventSymbol.RaiseMethod?.
GetCciAdapter
()
Emit\MethodSymbolAdapter.vb (2)
235
Return AdaptedMethodSymbol.OriginalDefinition.
GetCciAdapter
()
467
Return
GetCciAdapter
()
Emit\NamedTypeSymbolAdapter.vb (3)
314
explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.
GetCciAdapter
(),
321
explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.
GetCciAdapter
(),
329
explicitImplements.Add(New Cci.MethodImplementation(implementingMethod.
GetCciAdapter
(),
Emit\PropertySymbolAdapter.vb (4)
29
Dim getter = AdaptedPropertySymbol.GetMethod?.
GetCciAdapter
()
34
Dim setter = AdaptedPropertySymbol.SetMethod?.
GetCciAdapter
()
50
Return AdaptedPropertySymbol.GetMethod?.
GetCciAdapter
()
90
Return AdaptedPropertySymbol.SetMethod?.
GetCciAdapter
()
Emit\SynthesizedStaticLocalBackingFieldAdapter.vb (1)
46
Dim signature = GeneratedNames.MakeSignatureString(metadataWriter.GetMethodSignature(declaringMethod.
GetCciAdapter
()))
Emit\TypeParameterSymbolAdapter.vb (2)
189
Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).
GetCciAdapter
()
269
Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, MethodSymbol).
GetCciAdapter
()