1 instantiation of PluginCredentialResponse
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
214?? new PluginCredentialResponse();
5 references to PluginCredentialResponse
NuGet.Credentials (5)
PluginCredentialProvider.cs (4)
116PluginCredentialResponse response; 173private PluginCredentialResponse GetPluginResponse(PluginCredentialRequest request, 208PluginCredentialResponse credentialResponse; 213JsonConvert.DeserializeObject<PluginCredentialResponse>(stdOut.Trim(new char[] { '\uFEFF' }))
PluginException.cs (1)
94PluginCredentialResponse response)