2 implementations of IDiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\CustomDiagnostics.vb (2)
24Implements IDiagnosticInfoWithSymbols 70Implements IDiagnosticInfoWithSymbols
4 references to IDiagnosticInfoWithSymbols
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Expressions.vb (1)
663Dim diagnosticInfo = TryCast(errorType.ErrorInfo, IDiagnosticInfoWithSymbols)
Compilation\SemanticModel.vb (1)
862Dim diagInfoWithSymbols = TryCast(diagnosticInfo, IDiagnosticInfoWithSymbols)
Errors\CustomDiagnostics.vb (2)
48Private Sub GetAssociatedSymbols(builder As ArrayBuilder(Of Symbol)) Implements IDiagnosticInfoWithSymbols.GetAssociatedSymbols 87Private Sub GetAssociatedSymbols(builder As ArrayBuilder(Of Symbol)) Implements IDiagnosticInfoWithSymbols.GetAssociatedSymbols