1 write to TemplateParameters
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
935TemplateParameters = TemplateParameters.Select(p => p.ToSpec()).ToImmutableEquatableArray(),
4 references to TemplateParameters
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (3)
976TemplateParameters.Equals(other.TemplateParameters) && 994hash = HashHelpers.Combine(hash, TemplateParameters.GetHashCode());
LoggerMessageGenerator.Roslyn4.0.cs (1)
237foreach (var paramSpec in methodSpec.TemplateParameters)