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