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