6 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
1158return (Cci.INamedTypeReference)GetCciAdapter(namedTypeSymbol); 1332return (Cci.IFieldReference)GetCciAdapter(fieldSymbol); 1417return (Cci.IMethodReference)GetCciAdapter(methodSymbol); 1597return (Cci.IArrayTypeReference)GetCciAdapter(symbol); 1602return (Cci.IPointerTypeReference)GetCciAdapter(symbol); 1607return (Cci.IFunctionPointerTypeReference)GetCciAdapter(symbol);