1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
551
this.
Diagnostics
= diagnostics;
7 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ConstraintsHelper.cs (7)
598
Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.
Diagnostics
);
644
populateDiagnosticsAndClear(diagnosticsBuilder, args.
Diagnostics
);
704
args.
Diagnostics
.Add(pair.UseSiteInfo, location);
712
args.
Diagnostics
.Add(ErrorCode.ERR_BogusType, args.Location, type);
739
args.
Diagnostics
.Add(pair.UseSiteInfo, args.Location);
751
args.
Diagnostics
.Add(ErrorCode.ERR_BogusType, args.Location, type);
835
args.
Diagnostics
.Add(pair.UseSiteInfo, args.Location);