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)
40get { return _isNullAction ? null : _action; }