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