1 type derived from LazyAsyncResult
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
381private sealed class GetClientCertificateAsyncResult : LazyAsyncResult
3 references to LazyAsyncResult
System.Net.HttpListener (3)
src\libraries\Common\src\System\Net\LazyAsyncResult.cs (3)
387Debug.Assert(state is LazyAsyncResult); 388LazyAsyncResult thisPtr = (LazyAsyncResult)state;