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