1 write to classSyncObject
System (1)
net\System\Net\Configuration\SmtpSection.cs (1)
215
Interlocked.CompareExchange(ref
classSyncObject
, new object(), null);
2 references to classSyncObject
System (2)
net\System\Net\Configuration\SmtpSection.cs (2)
213
if (
classSyncObject
== null)
217
return
classSyncObject
;