3 references to CaptureContext
System (3)
net\System\Net\_ContextAwareResult.cs (3)
116
_Flags = StateFlags.
CaptureContext
;
161
GlobalLog.Assert(AsyncCallback != null || (_Flags & StateFlags.
CaptureContext
) != 0, "ContextAwareResult#{0}::ContextCopy|No context captured - specify a callback or forceCaptureContext.", ValidationHelper.HashString(this));
367
bool capturingContext = AsyncCallback != null || (_Flags & StateFlags.
CaptureContext
) != 0;