1 instantiation of KeyValuePairEquatable
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
1034TemplateMap = 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)
1057public required ImmutableEquatableArray<KeyValuePairEquatable<string, string>> TemplateMap { get; init; } 1192internal readonly record struct KeyValuePairEquatable<TKey, TValue>(TKey Key, TValue Value) : IEquatable<KeyValuePairEquatable<TKey, TValue>> 1196public bool Equals(KeyValuePairEquatable<TKey, TValue> other)
LoggerMessageGenerator.Roslyn4.0.cs (1)
287foreach (var kvp in methodSpec.TemplateMap)