2 overrides of CanImportStyleAndUse
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1869
internal override bool
CanImportStyleAndUse
(OperationFormatStyle style, bool isEncoded)
2114
internal override bool
CanImportStyleAndUse
(OperationFormatStyle style, bool isEncoded)
3 references to CanImportStyleAndUse
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
1387
return this.CurrentSchemaImporter.
CanImportStyleAndUse
(style, isFaultEncoded);
1394
return CurrentSchemaImporter.
CanImportStyleAndUse
(style, isEncoded);
1408
return CurrentSchemaImporter.
CanImportStyleAndUse
(style, isEncoded);