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