18 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (18)
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (2)
156Dim value = New AnonymousTypeValue(name, index, type.GetCciAdapter()) 161Dim value = New AnonymousTypeValue(name, index, type.GetCciAdapter())
Emit\EventSymbolAdapter.vb (2)
96Return AdaptedEventSymbol.ContainingType.GetCciAdapter() 111Return AdaptedEventSymbol.ContainingType.GetCciAdapter()
Emit\FieldSymbolAdapter.vb (1)
222Return AdaptedFieldSymbol.ContainingType.GetCciAdapter()
Emit\MethodSymbolAdapter.vb (1)
248Return AdaptedMethodSymbol.ContainingType.GetCciAdapter()
Emit\NamedTypeSymbolAdapter.vb (1)
824Return AdaptedNamedTypeSymbol.ContainingType.GetCciAdapter()
Emit\NoPia\EmbeddedTypesManager.vb (1)
340Dim adapter = namedType.GetCciAdapter()
Emit\PEModuleBuilder.vb (2)
366Yield DirectCast(sym, NamedTypeSymbol).GetCciAdapter() 507builder.Add(New Cci.ExportedType(DirectCast(symbol, NamedTypeSymbol).GetCciAdapter(), parentIndex, isForwarder:=False))
Emit\PropertySymbolAdapter.vb (2)
155Return AdaptedPropertySymbol.ContainingType.GetCciAdapter() 168Return AdaptedPropertySymbol.ContainingType.GetCciAdapter()
Emit\SymbolTranslator.vb (1)
203Return If(_embeddedTypesManagerOpt?.EmbedTypeIfNeedTo(namedTypeSymbol, fromImplements, syntaxNodeOpt, diagnostics), namedTypeSymbol.GetCciAdapter())
Emit\TypeParameterSymbolAdapter.vb (2)
196Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter() 277Return DirectCast(AdaptedTypeParameterSymbol.ContainingSymbol, NamedTypeSymbol).GetCciAdapter()
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
304CompilationState.ModuleBuilderOpt.AddSynthesizedDefinition(_topLevelMethod.ContainingType, frame.GetCciAdapter()) 346CompilationState.ModuleBuilderOpt.AddSynthesizedDefinition(_topLevelMethod.ContainingType, frame.GetCciAdapter())
Lowering\SyntheticBoundNodeFactory.vb (1)
84[module].AddSynthesizedDefinition(_currentClass, nestedType.GetCciAdapter())