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