5 references to GetInheritsLocation
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1359Dim location = GetInheritsLocation(declaredBase) 1410diagnostics.Add(ERRID.ERR_CannotInheritFromTypeWithRequiredMembers, GetInheritsLocation(Me), declaredOrDefaultBase) 1439location = GetInheritsLocation(baseType) 1467Dim location = GetInheritsLocation(t) 1486Dim location = If(isInterface, GetInheritsLocation(t), GetInheritsOrImplementsLocation(t, getInherits:=False))