1 write to OutputPath
Microsoft.Extensions.ApiDescription.Client.Tests (1)
TargetTest.cs (1)
344OutputPath = "Custom.cs"
2 references to OutputPath
Microsoft.Extensions.ApiDescription.Client.Tests (2)
TemporaryOpenApiProject.cs (2)
64if (openApiItem.OutputPath != null) 66sb.Append(" OutputPath=\"").Append(openApiItem.OutputPath).Append('"');