3 writes to Args
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ConstraintsHelper.cs (3)
566
boxedArgs.
Args
= new CheckConstraintsArgs(currentCompilation, conversions, location, diagnostics);
574
boxedArgs.
Args
= new CheckConstraintsArgs(currentCompilation, conversions, includeNullability, location, diagnostics);
580
this.
Args
= default;
2 references to Args
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ConstraintsHelper.cs (1)
585
private static readonly Func<TypeSymbol, CheckConstraintsArgsBoxed, bool, bool> s_checkConstraintsSingleTypeFunc = (type, arg, unused) => CheckConstraintsSingleType(type, in arg.
Args
);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
267
if (!diagnostics.ReportUseSite(constraintType.Type, args.
Args
.Location))