2 writes to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
33_fullPath = null; 68_fullPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(location), filePath);
2 references to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
50if (_fullPath == null) 71stream = CriticalOpenFile(_fullPath);