4 references to SyncKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
87
public readonly CommandSwitch Sync = new CommandSwitch(
SyncKey
, "syn", SwitchType.Flag);
Shared\Options\UpdateOptions.cs (3)
44
public bool? Sync { get { return GetValue<bool?>(
SyncKey
); } set { SetValue(
SyncKey
, value); } }
64
new SingleValueOption<bool>(
SyncKey
) { SerializationName = "sync" },