5 references to OutputPath
Microsoft.NET.ProjectData.Tasks (5)
MergeProjectDataSlicesTask.cs (5)
74 if (string.IsNullOrEmpty(this.OutputPath) && string.IsNullOrEmpty(this.ProjectFilePath)) 156 string.IsNullOrEmpty(this.OutputPath) ? this.ProjectFilePath : this.OutputPath, 164 if (!string.IsNullOrEmpty(this.OutputPath)) 166 return this.OutputPath;