4 references to SvcutilParamsFileName
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (3)
485
if (updateFileName.Equals(CommandProcessorOptions.
SvcutilParamsFileName
, RuntimeEnvironmentHelper.FileStringComparison) ||
498
var paramsFiles = jsonFiles.Except(excludeJsonFiles).Where(fn => Path.GetFileName(fn).Equals(CommandProcessorOptions.
SvcutilParamsFileName
, RuntimeEnvironmentHelper.FileStringComparison) ||
523
var svcutilParmasFile = Path.Combine(projectDir, this.UpdateServiceReferenceFolder, CommandProcessorOptions.
SvcutilParamsFileName
);
Tool.cs (1)
329
var paramsFile = Path.Combine(options.OutputDir.FullName, CommandProcessorOptions.
SvcutilParamsFileName
);