1 instantiation of GetOperationClaimsRequest
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
339var payload = new GetOperationClaimsRequest(packageSourceRepository, serviceIndex);
3 references to GetOperationClaimsRequest
NuGet.Protocol (3)
Plugins\Messages\GetOperationClaimsRequest.cs (1)
28/// Initializes a new instance of the <see cref="GetOperationClaimsRequest" /> class.
Plugins\PluginManager.cs (2)
339var payload = new GetOperationClaimsRequest(packageSourceRepository, serviceIndex); 341var response = await plugin.Connection.SendRequestAndReceiveResponseAsync<GetOperationClaimsRequest, GetOperationClaimsResponse>(