1 instantiation of XmlSchemaComplexContentRestriction
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1690builder._xso = builder._complexContentRestriction = new XmlSchemaComplexContentRestriction();
47 references to XmlSchemaComplexContentRestriction
netstandard (1)
netstandard.cs (1)
2313[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))]
System.Data.Common (5)
System\Data\XMLSchema.cs (5)
1090Debug.Assert(cContent is XmlSchemaComplexContentRestriction, "Expected complexContent extension or restriction"); 1091XmlSchemaComplexContentRestriction ccRestriction = ((XmlSchemaComplexContentRestriction)cContent); 1156Debug.Assert(cContent is XmlSchemaComplexContentRestriction, "Expected complexContent extension or restriction"); 1157return ((XmlSchemaComplexContentRestriction)cContent).Particle;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
468else if (complexContent.Content is XmlSchemaComplexContentRestriction restriction)
System.Private.Xml (38)
System\Xml\Schema\Preprocessor.cs (4)
1116if (content.Content is XmlSchemaComplexContentRestriction) 1118baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1802XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
355XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.Content!; 739CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.Content!); 991private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
792if (content.Content is XmlSchemaComplexContentRestriction) 794baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1467XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
343XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.Content!; 830CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.Content!); 1079private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
21[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
277if (_contentModel.Content is XmlSchemaComplexContentRestriction) 278return ((XmlSchemaComplexContentRestriction)_contentModel.Content).BaseTypeName; 372XmlSchemaComplexContentRestriction complexRest = (complexContent.Content as XmlSchemaComplexContentRestriction)!; 373XmlSchemaComplexContentRestriction newComplexRest = (XmlSchemaComplexContentRestriction)complexRest.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
646private XmlSchemaComplexContentRestriction? _complexContentRestriction; 1039_complexContentRestriction = (XmlSchemaComplexContentRestriction)container;
System\Xml\Serialization\ImportContext.cs (3)
274if (content is XmlSchemaComplexContentRestriction) 276baseName = ((XmlSchemaComplexContentRestriction)content).BaseTypeName; 277attributes = ((XmlSchemaComplexContentRestriction)content).Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
423else if (t == typeof(XmlSchemaComplexContentRestriction)) 425Write56_XmlSchemaComplexContentRestriction((XmlSchemaComplexContentRestriction)o); 910if (o.@Content is XmlSchemaComplexContentRestriction) 912Write56_XmlSchemaComplexContentRestriction((XmlSchemaComplexContentRestriction)o.@Content); 1218private void Write56_XmlSchemaComplexContentRestriction(XmlSchemaComplexContentRestriction? o)
System\Xml\Serialization\XmlSchemaExporter.cs (5)
674if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) 675attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Attributes; 713else if (content is XmlSchemaComplexContentRestriction restriction) 1069if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) 1070((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Particle = seq;
System.Xml (1)
System.Xml.cs (1)
38[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
37[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))]