9 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\MethodCompiler.vb (1)
1403_moduleBeingBuiltOpt.AddSynthesizedDefinition(containingType, prop.GetCciAdapter())
Emit\NamedTypeSymbolAdapter.vb (1)
699Dim adapter As IPropertyDefinition = [property].GetCciAdapter()
Emit\NoPia\EmbeddedType.vb (2)
100Return UnderlyingNamedType.AdaptedNamedTypeSymbol.GetPropertiesToEmit().Select(Function(s) s.GetCciAdapter()) 241TypeManager.EmbedProperty(Me, DirectCast(s, PropertySymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Emit\NoPia\EmbeddedTypesManager.vb (1)
418EmbedProperty(type, DirectCast(propertyOrEvent, PropertySymbol).GetCciAdapter(), syntaxNodeOpt, diagnostics)
Emit\PropertySymbolAdapter.vb (1)
188Return GetCciAdapter()
Lowering\SyntheticBoundNodeFactory.vb (1)
111[module].AddSynthesizedDefinition(containingType, prop.GetCciAdapter())
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
Emit\EditAndContinue\SymbolMatcherTests.vb (2)
785Dim other = matcher.MapDefinition(member.GetCciAdapter()) 823Dim other = matcher.MapDefinition(member.GetCciAdapter())