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