2 instantiations of XmlSchemaSimpleContentRestriction
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1757
builder._xso = builder._simpleContentRestriction = new
XmlSchemaSimpleContentRestriction
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12120
o = 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)
615
XmlSchemaSimpleContentRestriction
ccRestriction = ((
XmlSchemaSimpleContentRestriction
)cContent!);
1113
Debug.Assert(cContent is
XmlSchemaSimpleContentRestriction
, "Expected SimpleContent extension or restriction");
1114
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)
277
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.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
4326
else if (o.@Content is global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
) {
4327
Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
)o.@Content), false, false);
4338
private void Write59_Item(string n, string ns, global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
o, bool isNullable, bool needType) {
4349
if (t == typeof(global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
)) {
12097
private global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
Read59_Item(bool isNullable, bool checkType) {
12119
global::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
))]