2 writes to onCompleteGetContextLater
System.ServiceModel (2)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (2)
465
onCompleteGetContextLater
= new Action<object>(OnCompleteGetContextLater);
501
onCompleteGetContextLater
= new Action<object>(OnCompleteGetContextLater);
4 references to onCompleteGetContextLater
System.ServiceModel (4)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (4)
463
if (
onCompleteGetContextLater
== null)
467
ActionItem.Schedule(
onCompleteGetContextLater
, result);
499
if (
onCompleteGetContextLater
== null)
503
ActionItem.Schedule(
onCompleteGetContextLater
, result);