1 instantiation of TypedConstantComparer
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6726public static readonly TypedConstantComparer Instance = new();
3 references to TypedConstantComparer
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
4719match.ConstructorArguments.SequenceEqual(attribute.ConstructorArguments, TypedConstantComparer.Instance) && 6726public static readonly TypedConstantComparer Instance = new(); 6749TypedConstantComparer.Instance.Equals(x.Value, y.Value);