2 overrides of CanImportStyleAndUse
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1857internal override bool CanImportStyleAndUse(OperationFormatStyle style, bool isEncoded) 2101internal override bool CanImportStyleAndUse(OperationFormatStyle style, bool isEncoded)
3 references to CanImportStyleAndUse
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
1375return this.CurrentSchemaImporter.CanImportStyleAndUse(style, isFaultEncoded); 1382return CurrentSchemaImporter.CanImportStyleAndUse(style, isEncoded); 1396return CurrentSchemaImporter.CanImportStyleAndUse(style, isEncoded);