1 write to CanShowDialog
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsRequest.cs (1)
53
CanShowDialog
= canShowDialog;
2 references to CanShowDialog
NuGet.Protocol (2)
_generated\52\PluginJsonContext.GetAuthenticationCredentialsRequest.g.cs (2)
120
Getter = static obj => ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)obj).
CanShowDialog
,
156
writer.WriteBoolean(PropName_CanShowDialog, ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)value).
CanShowDialog
);