1 override of Json
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
25public override string Json { get { return Serialize<CommandProcessorOptions, OptionsSerializer<CommandProcessorOptions>>(); } }
1 reference to Json
dotnet-svcutil-lib (1)
Shared\Options\ApplicationOptions.cs (1)
173File.WriteAllText(filePath, this.Json);