3 writes to OutputPath
Microsoft.DotNet.Build.Tasks.Templating.Tests (3)
GenerateFileFromTemplateTests.cs (3)
23task.OutputPath = filePath; 51task.OutputPath = filePath; 76task.OutputPath = filePath;
2 references to OutputPath
Microsoft.DotNet.Build.Tasks.Templating (2)
GenerateFileFromTemplate.cs (2)
14/// Generates a new file at <see cref="OutputPath"/>. 59ResolvedOutputPath = Path.GetFullPath(OutputPath.Replace('\\', '/'));