1 write to m_capturedContext
mscorlib (1)
system\threading\Tasks\Task.cs (1)
1779
EnsureContingentPropertiesInitialized(needsProtection: false).
m_capturedContext
= value;
3 references to m_capturedContext
mscorlib (3)
system\threading\Tasks\Task.cs (3)
775
Contract.Assert(m_contingentProperties == null || m_contingentProperties.
m_capturedContext
== null,
1766
if (props != null && props.
m_capturedContext
!= null) return props.
m_capturedContext
;