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