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