1 write to ArgsParamIndex
Microsoft.Analyzers.Extra (1)
LegacyLoggingFixer.FixDetails.cs (1)
40
(MessageParamIndex, ExceptionParamIndex, EventIdParamIndex, LogLevelParamIndex,
ArgsParamIndex
) = IdentifyParameters(method);
2 references to ArgsParamIndex
Microsoft.Analyzers.Extra (2)
LegacyLoggingFixer.cs (2)
398
var paramsArg = invocationOp.Arguments[details.
ArgsParamIndex
];
447
var paramsArg = invocationOp.Arguments[details.
ArgsParamIndex
];