1 write to s_InternalSyncObject
mscorlib (1)
system\text\dbcscodepageencoding.cs (1)
253
Interlocked.CompareExchange<Object>(ref
s_InternalSyncObject
, o, null);
2 references to s_InternalSyncObject
mscorlib (2)
system\text\dbcscodepageencoding.cs (2)
250
if (
s_InternalSyncObject
== null)
255
return
s_InternalSyncObject
;