7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1085this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1086this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1087this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1088this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1089this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1090this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1128return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);