3 references to VisualStudioDependentKeyName
Microsoft.DotNet.Cli.Utils (1)
DependencyProvider.cs (1)
68
public bool HasVisualStudioDependency => Dependents.Contains(
VisualStudioDependentKeyName
);
Microsoft.DotNet.Cli.Utils.Tests (2)
DependencyProviderTests.cs (2)
59
dep.AddDependent(DependencyProvider.
VisualStudioDependentKeyName
);
77
dep.AddDependent(DependencyProvider.
VisualStudioDependentKeyName
);