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