1 write to _sourcePath
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
43
_sourcePath
= Path.GetFullPath(path);
2 references to _sourcePath
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (2)
52
_sourceStream = new FileStream(
_sourcePath
, FileMode.Open, FileAccess.Read, FileShare.Read);
58
throw new ApplicationException(SR.Format(SR.ResourceTooBig,
_sourcePath
, System.Int32.MaxValue));