2 implementations of GetAssociatedSymbols
Microsoft.CodeAnalysis.VisualBasic (2)
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
4 references to GetAssociatedSymbols
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Expressions.vb (1)
645diagnosticInfo.GetAssociatedSymbols(symbols)
Compilation\SemanticModel.vb (1)
860diagInfoWithSymbols.GetAssociatedSymbols(symbolsBuilder)
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