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