3 overrides of IsEmpty
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
78public override bool IsEmpty
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
968public override bool IsEmpty 1156public override bool IsEmpty
5 references to IsEmpty
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
282if (IsEmpty)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
465if (message.Version != MessageVersion.None || message.IsEmpty)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
239if (message.IsEmpty)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
377if (message.IsEmpty) 417if (message.IsEmpty)