1 instantiation of KeyValuePairEquatable
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
936TemplateMap = TemplateMap.Select(kvp => new KeyValuePairEquatable<string, string>(kvp.Key, kvp.Value)).ToImmutableEquatableArray(),
4 references to KeyValuePairEquatable
Microsoft.Extensions.Logging.Generators (4)
LoggerMessageGenerator.Parser.cs (3)
958public required ImmutableEquatableArray<KeyValuePairEquatable<string, string>> TemplateMap { get; init; } 1090internal readonly record struct KeyValuePairEquatable<TKey, TValue>(TKey Key, TValue Value) : IEquatable<KeyValuePairEquatable<TKey, TValue>> 1094public bool Equals(KeyValuePairEquatable<TKey, TValue> other)
LoggerMessageGenerator.Roslyn4.0.cs (1)
252foreach (var kvp in methodSpec.TemplateMap)