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