4 references to LookupProperty
Microsoft.Build (4)
Evaluation\Expander.PropertyExpander.cs (4)
207propertyValue = LookupProperty(expression, startIndex, endIndex); 363return LookupProperty(expression, startIndex, endIndex); 442propertyValue = LookupProperty(propertyBody, 0, indexerStart - 1); 565return LookupProperty(propertyName, 0, propertyName.Length - 1);