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