1 write to m_synchronizationContext
mscorlib (1)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
58return new AsyncVoidMethodBuilder() { m_synchronizationContext = sc };
5 references to m_synchronizationContext
mscorlib (5)
system\runtime\compilerservices\AsyncMethodBuilder.cs (5)
191if (m_synchronizationContext != null) 209if (m_synchronizationContext != null) 215AsyncMethodBuilderCore.ThrowAsync(exception, targetContext: m_synchronizationContext); 234Contract.Assert(m_synchronizationContext != null, "Must only be used with a non-null context."); 237m_synchronizationContext.OperationCompleted();