6 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
989return (Cci.INamedTypeReference)GetCciAdapter(namedTypeSymbol); 1163return (Cci.IFieldReference)GetCciAdapter(fieldSymbol); 1324return (Cci.IMethodReference)GetCciAdapter(methodSymbol); 1504return (Cci.IArrayTypeReference)GetCciAdapter(symbol); 1509return (Cci.IPointerTypeReference)GetCciAdapter(symbol); 1514return (Cci.IFunctionPointerTypeReference)GetCciAdapter(symbol);