3 references to CaptureContext
System.Net.Requests (3)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (3)
109_flags = StateFlags.CaptureContext; 144Debug.Assert(AsyncCallback != null || (_flags & StateFlags.CaptureContext) != 0, "No context captured - specify a callback or forceCaptureContext."); 273bool capturingContext = AsyncCallback != null || (_flags & StateFlags.CaptureContext) != 0;