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