5 references to Other
Microsoft.Build (5)
Evaluation\PropertiesUseTracker.cs (4)
148PropertyReadContext = PropertyReadContext.Other; 152private PropertyReadContext _previousPropertyReadContext = PropertyReadContext.Other; 165_propertyReadContext = pop ? _previousPropertyReadContext : PropertyReadContext.Other; 166_previousPropertyReadContext = PropertyReadContext.Other;
Instance\ProjectInstance.cs (1)
1911new PropertyReadInfo(name, ElementLocation.EmptyLocation, false, PropertyReadContext.Other));