2 writes to Username
NuGet.Credentials (2)
_generated\1\PluginCredentialResponseJsonContext.PluginCredentialResponse.g.cs (1)
61
Setter = static (obj, value) => ((global::NuGet.Credentials.PluginCredentialResponse)obj).
Username
= value!,
PluginCredentialProvider.cs (1)
238
credentialResponse.
Username
= null;
5 references to Username
NuGet.Credentials (5)
_generated\1\PluginCredentialResponseJsonContext.PluginCredentialResponse.g.cs (2)
60
Getter = static obj => ((global::NuGet.Credentials.PluginCredentialResponse)obj).
Username
,
168
writer.WriteString(PropName_Username, ((global::NuGet.Credentials.PluginCredentialResponse)value).
Username
);
PluginCredentialProvider.cs (1)
137
new NetworkCredential(response.
Username
, response.Password),
PluginCredentialResponse.cs (1)
45
public bool IsValid => (!String.IsNullOrWhiteSpace(
Username
) || !String.IsNullOrWhiteSpace(Password))
PluginException.cs (1)
101
response.
Username
,