3 references to IsUserContext
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (2)
536if ((context != null) && (!context.IsUserContext) && (context.InternalServiceChannel == this)) 971if ((operationContext != null) && operationContext.IsUserContext)
System\ServiceModel\OperationContext.cs (1)
346if (InternalServiceChannel == null || IsUserContext)