2 writes to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
34_fullPath = null; 69_fullPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(location), filePath);
2 references to _fullPath
PresentationFramework (2)
MS\Internal\AppModel\ContentFilePart.cs (2)
51if (_fullPath == null) 72stream = CriticalOpenFile(_fullPath);