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