2 references to GetDefaultBaseType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (2)
622return (bounds != null) ? bounds.EffectiveBaseClass : this.GetDefaultBaseType(); 628return (bounds != null) ? bounds.DeducedBaseType : this.GetDefaultBaseType();