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