2 writes to _fullPath
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ContentFilePart.cs (2)
53
_fullPath
= null;
98
_fullPath
= file.LocalPath;
2 references to _fullPath
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ContentFilePart.cs (2)
79
if (
_fullPath
== null)
101
stream = CriticalOpenFile(
_fullPath
);