16 references to ConcurrencyMode
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (2)
14
private
ConcurrencyMode
_concurrencyMode =
ConcurrencyMode
.Single;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
554
if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode ==
ConcurrencyMode
.Single))
FrameworkFork\System.ServiceModel\System\ServiceModel\ConcurrencyMode.cs (4)
16
static public bool IsDefined(
ConcurrencyMode
x)
19
x ==
ConcurrencyMode
.Single ||
20
x ==
ConcurrencyMode
.Reentrant ||
21
x ==
ConcurrencyMode
.Multiple ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (7)
15
private
ConcurrencyMode
_concurrencyMode;
29
internal static bool IsConcurrent(
ConcurrencyMode
concurrencyMode, bool ensureOrderedDispatch, bool hasSession)
31
if (concurrencyMode !=
ConcurrencyMode
.Single)
60
if (endpointDispatcher.DispatchRuntime.ConcurrencyMode !=
ConcurrencyMode
.Single)
81
if (_concurrencyMode !=
ConcurrencyMode
.Multiple)
97
if (_concurrencyMode ==
ConcurrencyMode
.Reentrant)
106
if (_concurrencyMode !=
ConcurrencyMode
.Multiple)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
22
private
ConcurrencyMode
_concurrencyMode;
87
public
ConcurrencyMode
ConcurrencyMode