1 write to AllParameters
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1030
AllParameters
= AllParameters.Select(p => p.ToSpec()).ToImmutableEquatableArray(),
4 references to AllParameters
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (3)
1073
return
AllParameters
.Equals(other.
AllParameters
) &&
1092
int hash =
AllParameters
.GetHashCode();
LoggerMessageGenerator.Roslyn4.0.cs (1)
222
foreach (var paramSpec in methodSpec.
AllParameters
)