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)
79if (_fullPath == null) 101stream = CriticalOpenFile(_fullPath);