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