3 references to GetValueKind
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\Util.cs (2)
211if (additionalPackagePathsRegKey.GetValueKind(key) == RegistryValueKind.String) 245if (oValue != null && subKey.GetValueKind(registryValue) == RegistryValueKind.String)
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\SharedPerformanceCounter.cs (1)
696Debug.Assert(counterNamesObject is string[], $"Expected string[], got '{counterNamesObject}' of type '{counterNamesObject?.GetType()}' with kind '{categoryKey.GetValueKind("Counter Names")}' for category '{_categoryName}'");