1 instantiation of XmlSchemaSimpleContentRestriction
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1757
builder._xso = builder._simpleContentRestriction = new
XmlSchemaSimpleContentRestriction
();
39 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)
615
XmlSchemaSimpleContentRestriction
ccRestriction = ((
XmlSchemaSimpleContentRestriction
)cContent!);
1119
Debug.Assert(cContent is
XmlSchemaSimpleContentRestriction
, "Expected SimpleContent extension or restriction");
1120
XmlSchemaSimpleContentRestriction
ccRestriction = ((
XmlSchemaSimpleContentRestriction
)cContent);
System.Private.Xml (31)
System\Xml\Schema\Preprocessor.cs (4)
1128
if (content.Content is
XmlSchemaSimpleContentRestriction
)
1130
baseName = ((
XmlSchemaSimpleContentRestriction
)content.Content).BaseTypeName;
1739
XmlSchemaSimpleContentRestriction
contentRestriction = (
XmlSchemaSimpleContentRestriction
)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
340
XmlSchemaSimpleContentRestriction
simpleRestriction = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content!;
727
CompileSimpleContentRestriction(complexType, (
XmlSchemaSimpleContentRestriction
)simpleContent.Content!);
840
private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaSimpleContentRestriction
simpleRestriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
804
if (content.Content is
XmlSchemaSimpleContentRestriction
)
806
baseName = ((
XmlSchemaSimpleContentRestriction
)content.Content).BaseTypeName;
1404
XmlSchemaSimpleContentRestriction
contentRestriction = (
XmlSchemaSimpleContentRestriction
)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
329
XmlSchemaSimpleContentRestriction
simpleRestriction = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content!;
818
CompileSimpleContentRestriction(complexType, (
XmlSchemaSimpleContentRestriction
)simpleContent.Content!);
920
private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaSimpleContentRestriction
simpleRestriction)
System\Xml\Schema\XmlSchemaComplexType.cs (6)
281
else if (_contentModel.Content is
XmlSchemaSimpleContentRestriction
)
282
return ((
XmlSchemaSimpleContentRestriction
)_contentModel.Content).BaseTypeName;
344
XmlSchemaSimpleContentRestriction
simpleRest = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content!;
345
XmlSchemaSimpleContentRestriction
newSimpleRest = (
XmlSchemaSimpleContentRestriction
)simpleRest.Clone();
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
12
[XmlElement("restriction", typeof(
XmlSchemaSimpleContentRestriction
)),
System\Xml\Schema\XsdBuilder.cs (2)
649
private
XmlSchemaSimpleContentRestriction
? _simpleContentRestriction;
1048
_simpleContentRestriction = (
XmlSchemaSimpleContentRestriction
)container;
System\Xml\Serialization\ImportContext.cs (1)
279
else if (content is
XmlSchemaSimpleContentRestriction
restriction)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
433
else if (t == typeof(
XmlSchemaSimpleContentRestriction
))
435
Write40_XmlSchemaSimpleContentRestriction((
XmlSchemaSimpleContentRestriction
)o);
855
if (o.@Content is
XmlSchemaSimpleContentRestriction
)
857
Write40_XmlSchemaSimpleContentRestriction((
XmlSchemaSimpleContentRestriction
)o.@Content);
883
private void Write40_XmlSchemaSimpleContentRestriction(
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
))]