2 references to GetArrayArgumentExpression
Microsoft.Extensions.Options.SourceGeneration (2)
Parser.cs (2)
512
validationAttr.ConstructorArguments.Add(
GetArrayArgumentExpression
(argument.Values, isParams));
525
validationAttr.Properties.Add(namedArgument.Key,
GetArrayArgumentExpression
(namedArgument.Value.Values, isParams));