7 references to Exists
Microsoft.Build (7)
Definition\ToolsetRegistryReader.cs (1)
321if (wrapper.Exists())
Utilities\RegistryKeyWrapper.cs (6)
85return Exists() ? WrappedKey.Name : string.Empty; 102return wrapper.Exists(); 115return Exists() ? WrappedKey.GetValue(name) : null; 131return Exists() ? WrappedKey.GetValueNames() : []; 147return Exists() ? WrappedKey.GetSubKeyNames() : []; 168for (int i = 0; i < keyNames.Length && wrapper.Exists(); ++i)