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