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; } }