2 writes to _propertiesUseTracker
Microsoft.Build (2)
Evaluation\Expander.cs (2)
320
_propertiesUseTracker
= new PropertiesUseTracker(loggingContext);
442
set {
_propertiesUseTracker
= value; }
4 references to _propertiesUseTracker
Microsoft.Build (4)
Evaluation\Expander.cs (4)
441
get { return
_propertiesUseTracker
; }
495
result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
516
return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
564
expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);