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