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