4 writes to _fullPath
Microsoft.Build (4)
Instance\ProjectItemInstance.cs (4)
866
_fullPath
= source._fullPath;
909
_fullPath
= null; // Clear cached value
1025
_fullPath
= null; // Clear cached value
1932
value = BuiltInMetadata.GetMetadataValueEscaped(_projectDirectory, _includeBeforeWildcardExpansionEscaped, _includeEscaped, _definingFileEscaped, name, ref
_fullPath
);
1 reference to _fullPath
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
866
_fullPath = source.
_fullPath
;