1 instantiation of TypedConstantComparer
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6024
public static TypedConstantComparer Instance = new
TypedConstantComparer
();
4 references to TypedConstantComparer
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
4419
match.ConstructorArguments.SequenceEqual(attribute.ConstructorArguments,
TypedConstantComparer
.Instance) &&
6024
public static
TypedConstantComparer
Instance = new TypedConstantComparer();
6032
TypedConstantKind.Array => x.Values.SequenceEqual(y.Values,
TypedConstantComparer
.Instance),
6046
TypedConstantComparer
.Instance.Equals(x.Value, y.Value);