2 references to GetUntranslatedSpecialType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (2)
833
return Translate(
GetUntranslatedSpecialType
(specialType, syntaxNodeOpt, diagnostics),
1487
return new SynthesizedPrivateImplementationDetailsStaticConstructor(GetPrivateImplClass(syntaxOpt, diagnostics),
GetUntranslatedSpecialType
(SpecialType.System_Void, syntaxOpt, diagnostics)).GetCciAdapter();