1 write to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\LookupResult.vb (1)
102Me.Diagnostic = diagInfo
4 references to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\LookupResult.vb (4)
107Return Diagnostic IsNot Nothing 388SetFrom(other.Kind, other.Symbol, other.Diagnostic) 492If TypeOf other.Diagnostic Is AmbiguousSymbolDiagnostic Then 493ambiguousResults.AddRange(DirectCast(other.Diagnostic, AmbiguousSymbolDiagnostic).AmbiguousSymbols)