4 references to GetCciAdapter
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\SymbolTranslator.vb (4)
161
Return DirectCast(
GetCciAdapter
(namedTypeSymbol), Microsoft.Cci.INamedTypeReference)
279
Return DirectCast(
GetCciAdapter
(fieldSymbol), Microsoft.Cci.IFieldReference)
393
Return DirectCast(
GetCciAdapter
(methodSymbol), Microsoft.Cci.IMethodReference)
524
Return DirectCast(
GetCciAdapter
(symbol), Microsoft.Cci.IArrayTypeReference)