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