1 instantiation of TypedConstantComparer
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeDataComparer.cs (1)
106public static readonly TypedConstantComparer IgnoreAll = new TypedConstantComparer();
4 references to TypedConstantComparer
Microsoft.CodeAnalysis (4)
Symbols\Attributes\CommonAttributeDataComparer.cs (4)
36var typedConstantComparer = TypedConstantComparer.IgnoreAll; 106public static readonly TypedConstantComparer IgnoreAll = new TypedConstantComparer(); 145bool equals = pair1.Key == pair2.Key && TypedConstantComparer.IgnoreAll.Equals(pair1.Value, pair2.Value);