1 write to defaultSendContent
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\SendContent.cs (1)
28
defaultSendContent
= new SendMessageContent();
2 references to defaultSendContent
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\SendContent.cs (2)
26
if (
defaultSendContent
== null)
30
return
defaultSendContent
;