1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Binder\MethodGroupResolution.cs (1)
58
this.
Diagnostics
= diagnostics;
9 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (1)
620
if (!expr.HasAnyErrors) diagnostics.AddRange(resolution.
Diagnostics
); // Suppress cascading.
Binder\Binder_Expressions.cs (2)
7898
diagnostics.AddRange(resolution.
Diagnostics
);
10276
diagnostics.AddRange(methodResolution.
Diagnostics
); // Could still have use site warnings.
Binder\Binder_Invocation.cs (2)
720
if (!methodGroup.HasAnyErrors) diagnostics.AddRange(resolution.
Diagnostics
); // Suppress cascading.
2256
diagnostics.AddRange(resolution.
Diagnostics
);
Binder\Binder_Query.cs (1)
962
diagnostics.AddRange(resolution.
Diagnostics
);
Binder\ForEachLoopBinder.cs (1)
1512
diagnostics.AddRange(methodGroupResolutionResult.
Diagnostics
);
Binder\MethodGroupResolution.cs (1)
68
get { return this.
Diagnostics
.Diagnostics.HasAnyErrors(); }
Binder\Semantics\Conversions\Conversions.cs (1)
304
diagnostics.AddRange(resolution.
Diagnostics
);