Base:
property
SpecialType
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.SpecialType
7 references to SpecialType
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
1016
Debug.Assert(this.
SpecialType
== SpecialType.System_Object || this.DeclaringCompilation.IsAttributeType(this));
1644
Debug.Assert(this.
SpecialType
== SpecialType.System_IntPtr || this.
SpecialType
== SpecialType.System_UIntPtr);
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (4)
476
if (this.
SpecialType
== SpecialType.System_Enum && baseSpecialType == SpecialType.System_ValueType ||
477
this.
SpecialType
== SpecialType.System_MulticastDelegate && baseSpecialType == SpecialType.System_Delegate)
622
if (this.
SpecialType
== SpecialType.System_Object && ((object)localBase != null || localInterfaces.Count != 0))
730
if (this.
SpecialType
== SpecialType.System_Object)