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