3 references to Instance
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
4419
match.ConstructorArguments.SequenceEqual(attribute.ConstructorArguments, TypedConstantComparer.
Instance
) &&
6032
TypedConstantKind.Array => x.Values.SequenceEqual(y.Values, TypedConstantComparer.
Instance
),
6046
TypedConstantComparer.
Instance
.Equals(x.Value, y.Value);