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