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