2 writes to _context
System.Net.Requests (2)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (2)
296
_context
= cachedContext;
301
_context
= cachedContext;
5 references to _context
System.Net.Requests (5)
src\libraries\Common\src\System\Net\ContextAwareResult.cs (5)
137
ExecutionContext? context =
_context
;
160
return
_context
; // No need to copy on CoreCLR; ExecutionContext is immutable
305
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"_context:{
_context
}");
334
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"_context(set):{
_context
!= null} userToken:{userToken}");
350
ExecutionContext? context =
_context
;