2 writes to _isNullAction
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs (2)
25
_isNullAction
= true;
30
_isNullAction
= false;
1 reference to _isNullAction
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs (1)
38
{ get { return
_isNullAction
? null : _action; } }