2 references to PublicOptionDefinitionEquals
Microsoft.CodeAnalysis.Workspaces (2)
Options\Option.cs (1)
105return other is not null && this.PublicOptionDefinitionEquals(other);
Options\PerLanguageOption.cs (1)
97return other is not null && this.PublicOptionDefinitionEquals(other);