3 references to GetArgumentForParameterAtIndex
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Parser\ConfigurationBinder.cs (3)
81
IArgumentOperation instanceArg =
GetArgumentForParameterAtIndex
(operation.Arguments, instanceIndex);
172
ITypeOfOperation? typeOfOperation =
GetArgumentForParameterAtIndex
(operation.Arguments, 1).ChildOperations.FirstOrDefault() as ITypeOfOperation;
227
ITypeOfOperation? typeOfOperation =
GetArgumentForParameterAtIndex
(operation.Arguments, 1).ChildOperations.FirstOrDefault() as ITypeOfOperation;