7 references to _core
Microsoft.AspNetCore.Server.IIS (7)
Core\NativeSafeHandle.cs (7)
14public short Version => _core.Version; 26if (_core.GetStatus(_core.Version) == ValueTaskSourceStatus.Pending) 28_core.SetResult(null); 36return _core.GetResult(token); 41return _core.GetStatus(token); 46_core.OnCompleted(continuation, state, token, flags);