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