5 references to GetInheritsLocation
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourceNamedTypeSymbol.vb (5)
1366
Dim location =
GetInheritsLocation
(declaredBase)
1417
diagnostics.Add(ERRID.ERR_CannotInheritFromTypeWithRequiredMembers,
GetInheritsLocation
(Me), declaredOrDefaultBase)
1446
location =
GetInheritsLocation
(baseType)
1474
Dim location =
GetInheritsLocation
(t)
1493
Dim location = If(isInterface,
GetInheritsLocation
(t), GetInheritsOrImplementsLocation(t, getInherits:=False))