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.
334
if (this.
SpecialType
== Microsoft.CodeAnalysis.SpecialType.System_Object)
346
Debug.Assert(this.
SpecialType
== SpecialType.System_IntPtr || this.
SpecialType
== SpecialType.System_UIntPtr);
356
Debug.Assert(other.
SpecialType
== this.
SpecialType
);
376
this.
SpecialType
== Microsoft.CodeAnalysis.SpecialType.System_Object)