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