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