2 writes to isNullAction
System.ServiceModel (2)
System\ServiceModel\Channels\DirectionalAction.cs (2)
24
this.
isNullAction
= true;
29
this.
isNullAction
= false;
1 reference to isNullAction
System.ServiceModel (1)
System\ServiceModel\Channels\DirectionalAction.cs (1)
37
{ get { return this.
isNullAction
? null : this.action; } }