1 write to _filePath
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (1)
37
_filePath
= file.Path;
2 references to _filePath
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Shared\SourceFileInfo.cs (2)
62
get { return
_filePath
; }
124
_stream = File.OpenRead(
_filePath
);