6 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
1011return (Cci.INamedTypeReference)GetCciAdapter(namedTypeSymbol); 1185return (Cci.IFieldReference)GetCciAdapter(fieldSymbol); 1270return (Cci.IMethodReference)GetCciAdapter(methodSymbol); 1450return (Cci.IArrayTypeReference)GetCciAdapter(symbol); 1455return (Cci.IPointerTypeReference)GetCciAdapter(symbol); 1460return (Cci.IFunctionPointerTypeReference)GetCciAdapter(symbol);