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)
450
if (!expr.HasAnyErrors) diagnostics.AddRange(resolution.
Diagnostics
); // Suppress cascading.
Binder\Binder_Expressions.cs (2)
6832
diagnostics.AddRange(resolution.
Diagnostics
);
8912
diagnostics.AddRange(methodResolution.
Diagnostics
); // Could still have use site warnings.
Binder\Binder_Invocation.cs (2)
584
if (!methodGroup.HasAnyErrors) diagnostics.AddRange(resolution.
Diagnostics
); // Suppress cascading.
1920
diagnostics.AddRange(resolution.
Diagnostics
);
Binder\Binder_Query.cs (1)
961
diagnostics.AddRange(resolution.
Diagnostics
);
Binder\ForEachLoopBinder.cs (1)
1303
diagnostics.AddRange(methodGroupResolutionResult.
Diagnostics
);
Binder\MethodGroupResolution.cs (1)
68
get { return this.
Diagnostics
.Diagnostics.HasAnyErrors(); }
Binder\Semantics\Conversions\Conversions.cs (1)
206
diagnostics.AddRange(resolution.
Diagnostics
);