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