2 instantiations of XmlSchemaSimpleContentRestriction
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1757builder._xso = builder._simpleContentRestriction = new XmlSchemaSimpleContentRestriction();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12120o = new global::System.Xml.Schema.XmlSchemaSimpleContentRestriction();
45 references to XmlSchemaSimpleContentRestriction
netstandard (1)
netstandard.cs (1)
2361[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))]
System.Data.Common (5)
System\Data\XMLSchema.cs (5)
615XmlSchemaSimpleContentRestriction ccRestriction = ((XmlSchemaSimpleContentRestriction)cContent!); 1113Debug.Assert(cContent is XmlSchemaSimpleContentRestriction, "Expected SimpleContent extension or restriction"); 1114XmlSchemaSimpleContentRestriction ccRestriction = ((XmlSchemaSimpleContentRestriction)cContent);
System.Private.Xml (31)
System\Xml\Schema\Preprocessor.cs (4)
1128if (content.Content is XmlSchemaSimpleContentRestriction) 1130baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 1739XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
340XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content!; 727CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content!); 840private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType, XmlSchemaSimpleContentRestriction simpleRestriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
804if (content.Content is XmlSchemaSimpleContentRestriction) 806baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 1404XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
329XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content!; 818CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content!); 920private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType, XmlSchemaSimpleContentRestriction simpleRestriction)
System\Xml\Schema\XmlSchemaComplexType.cs (6)
281else if (_contentModel.Content is XmlSchemaSimpleContentRestriction) 282return ((XmlSchemaSimpleContentRestriction)_contentModel.Content).BaseTypeName; 344XmlSchemaSimpleContentRestriction simpleRest = (XmlSchemaSimpleContentRestriction)simpleContent.Content!; 345XmlSchemaSimpleContentRestriction newSimpleRest = (XmlSchemaSimpleContentRestriction)simpleRest.Clone();
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
12[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)),
System\Xml\Schema\XsdBuilder.cs (2)
649private XmlSchemaSimpleContentRestriction? _simpleContentRestriction; 1048_simpleContentRestriction = (XmlSchemaSimpleContentRestriction)container;
System\Xml\Serialization\ImportContext.cs (1)
277else if (content is XmlSchemaSimpleContentRestriction restriction)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
433else if (t == typeof(XmlSchemaSimpleContentRestriction)) 435Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o); 855if (o.@Content is XmlSchemaSimpleContentRestriction) 857Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o.@Content); 883private void Write40_XmlSchemaSimpleContentRestriction(XmlSchemaSimpleContentRestriction? o)
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
4326else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentRestriction) { 4327Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)o.@Content), false, false); 4338private void Write59_Item(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleContentRestriction o, bool isNullable, bool needType) { 4349if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)) { 12097private global::System.Xml.Schema.XmlSchemaSimpleContentRestriction Read59_Item(bool isNullable, bool checkType) { 12119global::System.Xml.Schema.XmlSchemaSimpleContentRestriction o;
System.Xml (1)
System.Xml.cs (1)
86[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
85[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))]