Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperCollection.cs (1)
109=> obj is TagHelperCollection other && Equals(other);
Language\TagHelperCollection_Factories.cs (1)
328if (first.Equals(second))
SourceGenerators\SourceGeneratorProjectEngine.cs (2)
81if (tagHelpers.Equals(previousTagHelpers)) 152if (first.Equals(second))