2 references to IsThreadOwnerTrackingEnabled
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
ObjectFormatterFixtures\MockDesktopSpinLock.cs (2)
31=> IsThreadOwnerTrackingEnabled ? true : throw new InvalidOperationException("Error"); 44=> m_spinLock.IsThreadOwnerTrackingEnabled ? m_spinLock.m_owner : (int?)null;