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