6 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
1008return (Cci.INamedTypeReference)GetCciAdapter(namedTypeSymbol); 1182return (Cci.IFieldReference)GetCciAdapter(fieldSymbol); 1267return (Cci.IMethodReference)GetCciAdapter(methodSymbol); 1447return (Cci.IArrayTypeReference)GetCciAdapter(symbol); 1452return (Cci.IPointerTypeReference)GetCciAdapter(symbol); 1457return (Cci.IFunctionPointerTypeReference)GetCciAdapter(symbol);