2 references to new
Microsoft.VisualStudio.LanguageServices (2)
Packaging\PackageInstallerService.ProjectState.cs (2)
14
public static readonly ProjectState Disabled =
new
(isEnabled: false, ImmutableDictionary<string, string>.Empty);
27
:
this
(isEnabled: true, installedPackageToVersion)