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