2 references to GetDependenceDiagnosticForBase
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1357
Dim diag As DiagnosticInfo = If(m_baseCycleDiagnosticInfo, BaseTypeAnalysis.
GetDependenceDiagnosticForBase
(Me, declaredBase))
1464
Dim diag = If(isInterface AndAlso Not t.IsErrorType(),
GetDependenceDiagnosticForBase
(Me, t), Nothing)