2 instantiations of XmlSchemaComplexContentRestriction
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1690
builder._xso = builder._complexContentRestriction = new
XmlSchemaComplexContentRestriction
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12438
o = new global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
();
53 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)
1090
Debug.Assert(cContent is
XmlSchemaComplexContentRestriction
, "Expected complexContent extension or restriction");
1091
XmlSchemaComplexContentRestriction
ccRestriction = ((
XmlSchemaComplexContentRestriction
)cContent);
1156
Debug.Assert(cContent is
XmlSchemaComplexContentRestriction
, "Expected complexContent extension or restriction");
1157
return ((
XmlSchemaComplexContentRestriction
)cContent).Particle;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
468
else if (complexContent.Content is
XmlSchemaComplexContentRestriction
restriction)
System.Private.Xml (38)
System\Xml\Schema\Preprocessor.cs (4)
1116
if (content.Content is
XmlSchemaComplexContentRestriction
)
1118
baseName = ((
XmlSchemaComplexContentRestriction
)content.Content).BaseTypeName;
1802
XmlSchemaComplexContentRestriction
contentRestriction = (
XmlSchemaComplexContentRestriction
)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
355
XmlSchemaComplexContentRestriction
complexRestriction = (
XmlSchemaComplexContentRestriction
)complexContent.Content!;
739
CompileComplexContentRestriction(complexType, complexContent, (
XmlSchemaComplexContentRestriction
)complexContent.Content!);
991
private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent,
XmlSchemaComplexContentRestriction
complexRestriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
792
if (content.Content is
XmlSchemaComplexContentRestriction
)
794
baseName = ((
XmlSchemaComplexContentRestriction
)content.Content).BaseTypeName;
1467
XmlSchemaComplexContentRestriction
contentRestriction = (
XmlSchemaComplexContentRestriction
)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
343
XmlSchemaComplexContentRestriction
complexRestriction = (
XmlSchemaComplexContentRestriction
)complexContent.Content!;
830
CompileComplexContentRestriction(complexType, complexContent, (
XmlSchemaComplexContentRestriction
)complexContent.Content!);
1079
private 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)
277
if (_contentModel.Content is
XmlSchemaComplexContentRestriction
)
278
return ((
XmlSchemaComplexContentRestriction
)_contentModel.Content).BaseTypeName;
372
XmlSchemaComplexContentRestriction
complexRest = (complexContent.Content as
XmlSchemaComplexContentRestriction
)!;
373
XmlSchemaComplexContentRestriction
newComplexRest = (
XmlSchemaComplexContentRestriction
)complexRest.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
646
private
XmlSchemaComplexContentRestriction
? _complexContentRestriction;
1039
_complexContentRestriction = (
XmlSchemaComplexContentRestriction
)container;
System\Xml\Serialization\ImportContext.cs (3)
274
if (content is
XmlSchemaComplexContentRestriction
)
276
baseName = ((
XmlSchemaComplexContentRestriction
)content).BaseTypeName;
277
attributes = ((
XmlSchemaComplexContentRestriction
)content).Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
423
else if (t == typeof(
XmlSchemaComplexContentRestriction
))
425
Write56_XmlSchemaComplexContentRestriction((
XmlSchemaComplexContentRestriction
)o);
910
if (o.@Content is
XmlSchemaComplexContentRestriction
)
912
Write56_XmlSchemaComplexContentRestriction((
XmlSchemaComplexContentRestriction
)o.@Content);
1218
private void Write56_XmlSchemaComplexContentRestriction(
XmlSchemaComplexContentRestriction
? o)
System\Xml\Serialization\XmlSchemaExporter.cs (5)
674
if (type.ContentModel.Content is
XmlSchemaComplexContentRestriction
)
675
attributes = ((
XmlSchemaComplexContentRestriction
)type.ContentModel.Content).Attributes;
713
else if (content is
XmlSchemaComplexContentRestriction
restriction)
1069
if (type.ContentModel.Content is
XmlSchemaComplexContentRestriction
)
1070
((
XmlSchemaComplexContentRestriction
)type.ContentModel.Content).Particle = seq;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
4112
if (o.@Content is global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
) {
4113
Write57_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
)o.@Content), false, false);
4207
private void Write57_Item(string n, string ns, global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
o, bool isNullable, bool needType) {
4218
if (t == typeof(global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
)) {
12415
private global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
Read57_Item(bool isNullable, bool checkType) {
12437
global::System.Xml.Schema.
XmlSchemaComplexContentRestriction
o;
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
))]