Base:
property
SpecialType
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.SpecialType
7 references to SpecialType
Microsoft.CodeAnalysis.CSharp (7)
Symbols\MissingMetadataTypeSymbol.cs (7)
148/// Either <see cref="SpecialType"/>, <see cref="WellKnownType"/>, or -1 if not initialized. 334if (this.SpecialType == Microsoft.CodeAnalysis.SpecialType.System_Object) 346Debug.Assert(this.SpecialType == SpecialType.System_IntPtr || this.SpecialType == SpecialType.System_UIntPtr); 356Debug.Assert(other.SpecialType == this.SpecialType); 376this.SpecialType == Microsoft.CodeAnalysis.SpecialType.System_Object)