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