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