1 override of GetSpecialType
Microsoft.CodeAnalysis.CSharp (1)
7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1142this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1143this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1144this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1145this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1146this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1147this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1190return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);