2 overrides of GetSpecialType
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1035this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics),
1036this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics),
1037this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics),
1038this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics),
1039this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics),
1040this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics),
1074return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);