1 instantiation of SetCredentialsResponse
NuGet.Protocol (1)
_generated\81\PluginJsonContext.SetCredentialsResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.
SetCredentialsResponse
((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0]),
22 references to SetCredentialsResponse
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
194
plugin.Plugin.Connection.SendRequestAndReceiveResponseAsync<SetCredentialsRequest,
SetCredentialsResponse
>(
NuGet.Protocol (21)
_generated\81\PluginJsonContext.SetCredentialsResponse.g.cs (15)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
>? _SetCredentialsResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
> SetCredentialsResponse
22
get => _SetCredentialsResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.
SetCredentialsResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
> Create_SetCredentialsResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.
SetCredentialsResponse
).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(global::NuGet.Protocol.Plugins.MessageResponseCode)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.
SetCredentialsResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
SetCredentialsResponse
),
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.
SetCredentialsResponse
)obj).ResponseCode,
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.
SetCredentialsResponse
).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null),
78
private void SetCredentialsResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.
SetCredentialsResponse
? value)
89
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.
SetCredentialsResponse
)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
174
if (type == typeof(global::NuGet.Protocol.Plugins.
SetCredentialsResponse
))
Plugins\MessageConverter.cs (2)
84
[typeof(
SetCredentialsResponse
)] = (w, p) => JsonSerializer.Serialize(w, (
SetCredentialsResponse
)p, PluginJsonContext.Default.SetCredentialsResponse),
Plugins\Messages\SetCredentialsResponse.cs (1)
22
/// Initializes a new instance of the <see cref="
SetCredentialsResponse
" /> class.
Plugins\PluginJsonContext.cs (1)
43
[JsonSerializable(typeof(
SetCredentialsResponse
))]
Resources\PluginResource.cs (1)
98
await plugin.Connection.SendRequestAndReceiveResponseAsync<SetCredentialsRequest,
SetCredentialsResponse
>(