8 references to EnsureContingentPropertiesInitialized
mscorlib (8)
system\threading\Tasks\Future.cs (1)
600EnsureContingentPropertiesInitialized(needsProtection: true);
system\threading\Tasks\Task.cs (7)
674ContingentProperties props = EnsureContingentPropertiesInitialized(needsProtection: false); 1005var props = EnsureContingentPropertiesInitialized(needsProtection: true); 1028var props = EnsureContingentPropertiesInitialized(needsProtection: true); 1669var contingentProps = EnsureContingentPropertiesInitialized(needsProtection: true); 1779EnsureContingentPropertiesInitialized(needsProtection: false).m_capturedContext = value; 2028var props = EnsureContingentPropertiesInitialized(needsProtection: true); 3488var props = EnsureContingentPropertiesInitialized(needsProtection: true);