2 references to IgnoreAll
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CommonAttributeDataComparer.cs (2)
36
var typedConstantComparer = TypedConstantComparer.
IgnoreAll
;
145
bool equals = pair1.Key == pair2.Key && TypedConstantComparer.
IgnoreAll
.Equals(pair1.Value, pair2.Value);