19 references to CurrentSchemaImporter
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (19)
174CurrentSchemaImporter.PreprocessSchema(); 200CurrentSchemaImporter.PostprocessSchema(importerUsed); 240return this.CurrentSchemaImporter.CanImportFault(detailElement, detailElementTypeName); 260this.CurrentSchemaImporter.SetOperationStyle(operation, operationInfo.Style); 261this.CurrentSchemaImporter.SetOperationIsEncoded(operation, operationInfo.IsEncoded); 262this.CurrentSchemaImporter.SetOperationSupportFaults(operation, 284operation.Behaviors.Add(CurrentSchemaImporter.GetOperationGenerator()); 447if (!CurrentSchemaImporter.CanImportMessagePart(part, out style)) 490MessagePartDescription partDesc = CurrentSchemaImporter.ImportMessagePart(part, false/*isHeader*/, isEncoded); 582faultImporter = this.CurrentSchemaImporter; 713return (IsWrapperPart(wsdlPart)) ? CurrentSchemaImporter.CanImportWrapperElement(wsdlPart.Element) : false; 722MessagePartDescription[] parts = CurrentSchemaImporter.ImportWrapperElement(elementName); 1375return this.CurrentSchemaImporter.CanImportStyleAndUse(style, isFaultEncoded); 1382return CurrentSchemaImporter.CanImportStyleAndUse(style, isEncoded); 1392if (!CurrentSchemaImporter.CanImportMessagePart(part, out headerStyle)) 1396return CurrentSchemaImporter.CanImportStyleAndUse(style, isEncoded); 1424this.CurrentSchemaImporter.ValidateStyleAndUse(style, isEncoded, operationName); 1431if (!description.Headers.Contains(this.CurrentSchemaImporter.GetPartName(part))) 1434this.CurrentSchemaImporter.ValidateStyleAndUse(style, isEncoded, operationName);