7 references to IsOnServer
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
135
get { return _shared.
IsOnServer
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (3)
80
Fx.Assert(shared.
IsOnServer
, "Server constructor called on client?");
86
Fx.Assert(!_shared.
IsOnServer
, "Client constructor called on server?");
290
get { return _shared.
IsOnServer
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
49
Fx.Assert(!shared.
IsOnServer
, "Client constructor called on server?");
250
get { return _shared.
IsOnServer
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SharedRuntimeState.cs (1)
52
if (this.
IsOnServer
)