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