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