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