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