350    {
  351        get
  352        {
  354            {
  355                int result = 0;
  357                if (threadRWCount != null)
  358                {
  359                    result = threadRWCount.writercount;
  360                }
  361                return result;
  362            }
  364            {
  365                return 1;
  366            }
  367            return 0;
  368        }
  369    }
readonly bool _fIsReentrant
ReaderWriterCount GetThreadRWCount(bool dontAllocate)