6 references to GetCciAdapter
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PEModuleBuilder.cs (6)
1007return (Cci.INamedTypeReference)GetCciAdapter(namedTypeSymbol); 1181return (Cci.IFieldReference)GetCciAdapter(fieldSymbol); 1266return (Cci.IMethodReference)GetCciAdapter(methodSymbol); 1446return (Cci.IArrayTypeReference)GetCciAdapter(symbol); 1451return (Cci.IPointerTypeReference)GetCciAdapter(symbol); 1456return (Cci.IFunctionPointerTypeReference)GetCciAdapter(symbol);