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