1 write to IsNonInteractive
NuGet.Protocol (1)
Plugins\Messages\GetAuthenticationCredentialsRequest.cs (1)
52
IsNonInteractive
= isNonInteractive;
2 references to IsNonInteractive
NuGet.Protocol (2)
_generated\52\PluginJsonContext.GetAuthenticationCredentialsRequest.g.cs (2)
100
Getter = static obj => ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)obj).
IsNonInteractive
,
155
writer.WriteBoolean(PropName_IsNonInteractive, ((global::NuGet.Protocol.Plugins.GetAuthenticationCredentialsRequest)value).
IsNonInteractive
);