4 references to IsValid
NuGet.Credentials (4)
_generated\1\PluginCredentialResponseJsonContext.PluginCredentialResponse.g.cs (2)
140
Getter = static obj => ((global::NuGet.Credentials.PluginCredentialResponse)obj).
IsValid
,
173
writer.WriteBoolean(PropName_IsValid, ((global::NuGet.Credentials.PluginCredentialResponse)value).
IsValid
);
PluginCredentialProvider.cs (2)
134
if (response.
IsValid
)
227
if (!credentialResponse.
IsValid
)