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