2 references to GetDefaultBaseType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceTypeParameterSymbol.cs (2)
107return (bounds != null) ? bounds.EffectiveBaseClass : this.GetDefaultBaseType(); 113return (bounds != null) ? bounds.DeducedBaseType : this.GetDefaultBaseType();