1 write to Constraints
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1216Constraints = Constraints
4 references to Constraints
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (3)
1232return Name == other.Name && Constraints == other.Constraints; 1238hash = HashHelpers.Combine(hash, Constraints?.GetHashCode() ?? 0);
LoggerMessageGenerator.Roslyn4.0.cs (1)
267Constraints = typeParamSpec.Constraints