4 references to SyncObject
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Threading\AsyncLazy`1.cs (4)
127Assumed.False(Monitor.IsEntered(SyncObject), "Attempt to take the lock while already holding it!"); 130Monitor.Enter(SyncObject); 140Assumed.True(Monitor.IsEntered(asyncLazy.SyncObject)); 141Monitor.Exit(asyncLazy.SyncObject);