1 write to MessageParamIndex
Microsoft.Analyzers.Extra (1)
CallAnalysis\Fixers\LegacyLoggingFixer.FixDetails.cs (1)
40
(
MessageParamIndex
, ExceptionParamIndex, EventIdParamIndex, LogLevelParamIndex, ArgsParamIndex) = IdentifyParameters(method);
3 references to MessageParamIndex
Microsoft.Analyzers.Extra (3)
CallAnalysis\Fixers\LegacyLoggingFixer.cs (1)
482
if ((index == details.
MessageParamIndex
) || (index == details.LogLevelParamIndex))
CallAnalysis\Fixers\LegacyLoggingFixer.FixDetails.cs (2)
42
if (
MessageParamIndex
>= 0)
44
var op = invocationOp.Arguments[
MessageParamIndex
];