4 writes to s_OSSupportsExtendedProtection
System (4)
net\System\Net\_AuthenticationManagerBase.cs (4)
71s_OSSupportsExtendedProtection = TriState.True; 82s_OSSupportsExtendedProtection = TriState.True; 86s_OSSupportsExtendedProtection = TriState.False; 91s_OSSupportsExtendedProtection = TriState.False;
2 references to s_OSSupportsExtendedProtection
System (2)
net\System\Net\_AuthenticationManagerBase.cs (2)
67if (s_OSSupportsExtendedProtection == TriState.Unspecified) 96return (s_OSSupportsExtendedProtection == TriState.True);