5 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (1)
1429_moduleBeingBuiltOpt.AddSynthesizedDefinition(containingType, prop.GetCciAdapter())
Emit\NamedTypeSymbolAdapter.vb (1)
712Dim adapter As IPropertyDefinition = [property].GetCciAdapter()
Emit\NoPia\EmbeddedType.vb (1)
240TypeManager.EmbedProperty(Me, DirectCast(s, PropertySymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Emit\NoPia\EmbeddedTypesManager.vb (1)
464EmbedProperty(type, DirectCast(propertyOrEvent, PropertySymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Lowering\SyntheticBoundNodeFactory.vb (1)
111[module].AddSynthesizedDefinition(containingType, prop.GetCciAdapter())