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