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