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