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