1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
549
this.
Diagnostics
= diagnostics;
7 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ConstraintsHelper.cs (7)
593
Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.
Diagnostics
);
637
populateDiagnosticsAndClear(diagnosticsBuilder, args.
Diagnostics
);
697
args.
Diagnostics
.Add(pair.UseSiteInfo, location);
705
args.
Diagnostics
.Add(ErrorCode.ERR_BogusType, args.Location, type);
732
args.
Diagnostics
.Add(pair.UseSiteInfo, args.Location);
743
args.
Diagnostics
.Add(ErrorCode.ERR_BogusType, args.Location, type);
827
args.
Diagnostics
.Add(pair.UseSiteInfo, args.Location);