2 references to Instance
dotnet (2)
Commands\Run\FileBasedAppSourceEditor.cs (1)
90
Directives.OfType<CSharpDirective.Named>().FirstOrDefault(d => NamedDirectiveComparer.
Instance
.Equals(d, named)) is { } toReplace)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1424
var deduplicated = new HashSet<CSharpDirective.Named>(NamedDirectiveComparer.
Instance
);