1 write to _sourcePath
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
55
_sourcePath
= Path.GetFullPath(path);
2 references to _sourcePath
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
64
_sourceStream = new FileStream(
_sourcePath
, FileMode.Open, FileAccess.Read, FileShare.Read);
70
throw new ApplicationException(SR.Get(SRID.ResourceTooBig,
_sourcePath
, System.Int32.MaxValue));