3 references to Validate
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
246
OperationFormatter.
Validate
(operation, attr.Style == OperationFormatStyle.Rpc, false/*IsEncoded*/);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
31
Validate
(description, isRpc, isEncoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
40
OperationFormatter.
Validate
(description, isRpc, false/*isEncoded*/);