1 override of GetSpecialType
Microsoft.CodeAnalysis.CSharp (1)
7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1147this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1148this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1149this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1150this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1151this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1152this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1195return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);