1 override of GetSpecialType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
983internal sealed override Cci.INamedTypeReference GetSpecialType(SpecialType specialType, SyntaxNode syntaxNodeOpt, DiagnosticBag diagnostics)
7 references to GetSpecialType
Microsoft.CodeAnalysis (7)
Emit\CommonPEModuleBuilder.cs (7)
1137this.GetSpecialType(SpecialType.System_Object, syntaxNodeOpt, diagnostics), 1138this.GetSpecialType(SpecialType.System_ValueType, syntaxNodeOpt, diagnostics), 1139this.GetSpecialType(SpecialType.System_Byte, syntaxNodeOpt, diagnostics), 1140this.GetSpecialType(SpecialType.System_Int16, syntaxNodeOpt, diagnostics), 1141this.GetSpecialType(SpecialType.System_Int32, syntaxNodeOpt, diagnostics), 1142this.GetSpecialType(SpecialType.System_Int64, syntaxNodeOpt, diagnostics), 1185return GetSpecialType((SpecialType)platformType, (TSyntaxNode)context.SyntaxNode, context.Diagnostics);