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