1 write to TypeDiagnostics
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundExpression.cs (1)
624
this.
TypeDiagnostics
= typeDiagnostics;
4 references to TypeDiagnostics
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Invocation.cs (1)
1532
diagnostics.AddRange(typeOrValue.Data.
TypeDiagnostics
);
BoundTree\BoundExpression.cs (3)
635
(object)a.
TypeDiagnostics
== (object)b.
TypeDiagnostics
;
653
Hash.Combine(TypeExpression.GetHashCode(),
TypeDiagnostics
.GetHashCode()))));