3 references to GetArgumentForParameterAtIndex
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\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;