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