3 references to IsUserContext
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
556if ((context != null) && (!context.IsUserContext) && (context.InternalServiceChannel == this)) 966if ((operationContext != null) && operationContext.IsUserContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
312if (_channel == null || this.IsUserContext)