7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1095this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1096this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1097this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1098this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1099this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1100this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1143return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);