5 references to InternalTypeAccessKey
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (1)
72public readonly CommandSwitch Internal = new CommandSwitch(InternalTypeAccessKey, "i", SwitchType.Flag);
Shared\Options\UpdateOptions.cs (3)
36public bool? InternalTypeAccess { get { return GetValue<bool?>(InternalTypeAccessKey); } set { SetValue(InternalTypeAccessKey, value); } } 56new SingleValueOption<bool>(InternalTypeAccessKey) { SerializationName = "internalTypeAccess" },
Shared\Options\WCFCSUpdateOptions.cs (1)
46var internalOption = GetOption(InternalTypeAccessKey);