7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1127this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1128this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1129this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1130this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1131this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1132this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1175return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);