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