1 write to IsRetry
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsRequest.cs (1)
51
IsRetry
= isRetry;
2 references to IsRetry
NuGet.Protocol (2)
_generated\52\PluginJsonContext.GetAuthenticationCredentialsRequest.g.cs (2)
80
Getter = static obj => ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)obj).
IsRetry
,
154
writer.WriteBoolean(PropName_IsRetry, ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)value).
IsRetry
);