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