1 write to internalInstance
System (1)
net\System\Net\AuthenticationManager.cs (1)
63
internalInstance
= SelectAuthenticationManagerInstance();
3 references to internalInstance
System (3)
net\System\Net\AuthenticationManager.cs (3)
57
if (
internalInstance
== null)
61
if (
internalInstance
== null)
68
return
internalInstance
;