Implemented interface member:
2 references to Equals
Microsoft.CodeAnalysis.Razor.Compiler (2)
SourceGenerators\RazorSourceGenerator.cs (1)
85.WithLambdaComparer((old, @new) => old.Left.Equals(@new.Left) && old.Right.SequenceEqual(@new.Right))
SourceGenerators\SourceGeneratorProjectItem.cs (1)
86public override bool Equals(object? obj) => obj is SourceGeneratorProjectItem projectItem && Equals(projectItem);