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