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