1 reference to TypeImplementsEquatable
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EquatableAnalyzer.Fixer.cs (1)
59
if (type.TypeKind == TypeKind.Struct && !
TypeImplementsEquatable
(type, equatableType))