1 write to TypeParameters
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1034TypeParameters = TypeParameters.Select(tp => tp.ToSpec()).ToImmutableEquatableArray(),
4 references to TypeParameters
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (3)
1077TypeParameters.Equals(other.TypeParameters) && 1096hash = HashHelpers.Combine(hash, TypeParameters.GetHashCode());
LoggerMessageGenerator.Roslyn4.0.cs (1)
262foreach (var typeParamSpec in methodSpec.TypeParameters)