Home
last modified time | relevance | path

Searched refs:PreprocessSchema (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaSet.cs643 …if (PreprocessSchema(ref schema, schema.TargetNamespace)) { //No perf opt for already compiled sch…
731 … if (PreprocessSchema(ref schema, targetNamespace)) { //No perf opt for already compiled schemas
1046 internal bool PreprocessSchema(ref XmlSchema schema, string targetNamespace) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaSet.cs744 if (PreprocessSchema(ref schema, schema.TargetNamespace)) in Reprocess()
846 if (PreprocessSchema(ref schema, targetNamespace)) in Add()
1219 internal bool PreprocessSchema(ref XmlSchema schema, string targetNamespace) in PreprocessSchema() method in System.Xml.Schema.XmlSchemaSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DMessageContractImporter.cs185 CurrentSchemaImporter.PreprocessSchema(); in ImportMessageContract()
1537 internal abstract void PreprocessSchema(); in PreprocessSchema() method in System.ServiceModel.Description.MessageContractImporter.SchemaImporter
1842 internal override void PreprocessSchema() in PreprocessSchema() method in System.ServiceModel.Description.MessageContractImporter.DataContractSerializerSchemaImporter
2084 internal override void PreprocessSchema() in PreprocessSchema() method in System.ServiceModel.Description.MessageContractImporter.XmlSerializerSchemaImporter