2 writes to _propertiesUseTracker
Microsoft.Build (2)
Evaluation\Expander.cs (2)
322
_propertiesUseTracker
= new PropertiesUseTracker(loggingContext);
444
set {
_propertiesUseTracker
= value; }
4 references to _propertiesUseTracker
Microsoft.Build (4)
Evaluation\Expander.cs (4)
443
get { return
_propertiesUseTracker
; }
497
result = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(result, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
518
return PropertyExpander<P>.ExpandPropertiesLeaveTypedAndEscaped(metaExpanded, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);
566
expression = PropertyExpander<P>.ExpandPropertiesLeaveEscaped(expression, _properties, options, elementLocation,
_propertiesUseTracker
, _fileSystem);