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