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