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