1 write to ValueDiagnostics
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundExpression.cs (1)
682this.ValueDiagnostics = valueDiagnostics;
5 references to ValueDiagnostics
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Invocation.cs (2)
1843foreach (Diagnostic d in typeOrValue.Data.ValueDiagnostics.Diagnostics) 1859diagnostics.AddRange(typeOrValue.Data.ValueDiagnostics);
BoundTree\BoundExpression.cs (3)
693a.ValueDiagnostics == b.ValueDiagnostics && 712Hash.Combine(ValueDiagnostics.GetHashCode(),