2 references to s_defaultFileName
dotnet-svcutil-lib (2)
CodeSerializer.cs (2)
32
_outputFilePath = OutputPathHelper.BuildFilePath(
s_defaultFileName
, options.OutputDir.FullName, outputFilename, extension, CommandProcessorOptions.Switches.OutputFile.Name);
183
fileName = CodeSerializer.
s_defaultFileName
;