2 writes to _isNullAction
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\DirectionalAction.cs (2)
24
_isNullAction
= true;
29
_isNullAction
= false;
1 reference to _isNullAction
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\DirectionalAction.cs (1)
40
get { return
_isNullAction
? null : _action; }