1 write to Location
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstraintsHelper.cs (1)
550this.Location = location;
7 references to Location
Microsoft.CodeAnalysis.CSharp (7)
Symbols\ConstraintsHelper.cs (6)
598Binder.CheckManagedAddr(args.CurrentCompilation, ((PointerTypeSymbol)type).PointedAtType, args.Location, args.Diagnostics); 703var location = ordinal < typeArgumentsSyntax.Count ? typeArgumentsSyntax[ordinal].Location : args.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);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
267if (!diagnostics.ReportUseSite(constraintType.Type, args.Args.Location))