4 references to RegistryPrefix
Microsoft.Build (4)
Evaluation\Expander.PropertyExpander.cs (4)
344
length >=
RegistryPrefix
.Length &&
345
string.Compare(expression, startIndex,
RegistryPrefix
, 0,
RegistryPrefix
.Length, StringComparison.OrdinalIgnoreCase) == 0)
685
string registryLocation = registryExpression.Substring(
RegistryPrefix
.Length);