1 write to s_InternalSyncObject
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
214
Interlocked.CompareExchange(ref
s_InternalSyncObject
, o, null);
2 references to s_InternalSyncObject
System (2)
net\System\Net\Configuration\SettingsSection.cs (2)
212
if (
s_InternalSyncObject
== null) {
216
return
s_InternalSyncObject
;