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)
402Debug.Assert(state is LazyAsyncResult); 403LazyAsyncResult thisPtr = (LazyAsyncResult)state;