2 writes to Args
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ConstraintsHelper.cs (2)
528
Args
= new CheckConstraintsArgs(currentCompilation, conversions, location, diagnostics);
534
Args
= new CheckConstraintsArgs(currentCompilation, conversions, includeNullability, location, diagnostics);
2 references to Args
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ConstraintsHelper.cs (1)
538
private static readonly Func<TypeSymbol, CheckConstraintsArgsBoxed, bool, bool> s_checkConstraintsSingleTypeFunc = (type, arg, unused) => CheckConstraintsSingleType(type, in arg.
Args
);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
264
if (!diagnostics.ReportUseSite(constraintType.Type, args.
Args
.Location))