2 writes to _propertiesUseTracker
Microsoft.Build (2)
Evaluation\Expander.cs (2)
326
_propertiesUseTracker
= new PropertiesUseTracker(loggingContext);
448
set {
_propertiesUseTracker
= value; }
4 references to _propertiesUseTracker
Microsoft.Build (4)
Evaluation\Expander.cs (4)
447
get { return
_propertiesUseTracker
; }
501
result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
522
return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
570
expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);