4 references to OutputPathHelper
dotnet-svcutil-lib (4)
CodeSerializer.cs (4)
32
_outputFilePath =
OutputPathHelper
.BuildFilePath(s_defaultFileName, options.OutputDir.FullName, outputFilename, extension, CommandProcessorOptions.Switches.OutputFile.Name);
61
OutputPathHelper
.CreateDirectoryIfNeeded(_outputFilePath);
98
OutputPathHelper
.CreateDirectoryIfNeeded(_outputFilePath);
173
fileName =
OutputPathHelper
.FilenameFromUri(schema.TargetNamespace);