6 references to Exists
Microsoft.Build.Engine (6)
Engine\RegistryKeyWrapper.cs (5)
77return Exists() ? WrappedKey.Name : string.Empty; 100return Exists() ? WrappedKey.GetValue(name) : null; 121return Exists() ? WrappedKey.GetValueNames() : new string[] { }; 142return Exists() ? WrappedKey.GetSubKeyNames() : new string[] { }; 168for (int i = 0; i < keyNames.Length && wrapper.Exists(); ++i)
Engine\ToolsetRegistryReader.cs (1)
152if (wrapper.Exists())