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