1 write to Diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
516this.Diagnostics = diagnostics;
7 references to Diagnostics
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ConstraintsHelper.cs (7)
548Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics); 592populateDiagnosticsAndClear(diagnosticsBuilder, args.Diagnostics); 652args.Diagnostics.Add(pair.UseSiteInfo, location); 660args.Diagnostics.Add(ErrorCode.ERR_BogusType, args.Location, type); 687args.Diagnostics.Add(pair.UseSiteInfo, args.Location); 698args.Diagnostics.Add(ErrorCode.ERR_BogusType, args.Location, type); 773args.Diagnostics.Add(pair.UseSiteInfo, args.Location);