328 {
329 get
330 {
332 {
333 int result = 0;
335 if (threadRWCount != null)
336 {
337 result = threadRWCount.upgradecount;
338 }
339 return result;
340 }
342 {
343 return 1;
344 }
345 return 0;
346 }
347 }
readonly bool _fIsReentrant
ReaderWriterCount GetThreadRWCount(bool dontAllocate)