1 override of GetSpecialType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
834internal sealed override Cci.INamedTypeReference GetSpecialType(SpecialType specialType, SyntaxNode syntaxNodeOpt, DiagnosticBag diagnostics)
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);