2 writes to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
41_fullPath = null; 76_fullPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(location), filePath);
2 references to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
58if (_fullPath == null) 79stream = CriticalOpenFile(_fullPath);