1 instantiation of AmbientAuthenticationState
NuGet.Protocol (1)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
252authState = new AmbientAuthenticationState();
7 references to AmbientAuthenticationState
NuGet.Protocol (7)
HttpSource\HttpSourceAuthenticationHandler.cs (7)
19public static readonly int MaxAuthRetries = AmbientAuthenticationState.MaxAuthRetries; 29private Dictionary<string, AmbientAuthenticationState> _authStates = new Dictionary<string, AmbientAuthenticationState>(); 186var authState = GetAuthenticationState(); 245private AmbientAuthenticationState GetAuthenticationState() 249AmbientAuthenticationState? authState; 263AmbientAuthenticationState authState,