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