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