1 write to _filePath
PresentationBuildTasks (1)
MS\Internal\Shared\SourceFileInfo.cs (1)
34
_filePath
= file.Path;
2 references to _filePath
PresentationBuildTasks (2)
MS\Internal\Shared\SourceFileInfo.cs (2)
59
get { return
_filePath
; }
121
_stream = File.OpenRead(
_filePath
);