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