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