6 instantiations of XmlSchemaSimpleContent
System.Private.Xml (6)
System\Xml\Schema\Inference\Infer.cs (3)
718
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
815
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
1243
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
System\Xml\Schema\XsdBuilder.cs (1)
1714
builder._xso = builder._simpleContent = new
XmlSchemaSimpleContent
();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
994
XmlSchemaSimpleContent model = new
XmlSchemaSimpleContent
();
1099
XmlSchemaSimpleContent model = new
XmlSchemaSimpleContent
();
43 references to XmlSchemaSimpleContent
netstandard (1)
netstandard.cs (1)
2359
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleContent
))]
System.Data.Common (6)
System\Data\XMLSchema.cs (6)
605
if (ct.ContentModel is
XmlSchemaSimpleContent
)
607
XmlSchemaAnnotated? cContent = ((
XmlSchemaSimpleContent
)(ct.ContentModel)).Content;
1102
Debug.Assert(ct.ContentModel is
XmlSchemaSimpleContent
, "expected simpleContent or complexContent");
1103
XmlSchemaAnnotated cContent = ((
XmlSchemaSimpleContent
)(ct.ContentModel)).Content!;
1162
Debug.Assert(ct.ContentModel is
XmlSchemaSimpleContent
, "expected simpleContent or complexContent");
1483
bool isSimpleContent = ((node.ElementSchemaType!.BaseXmlSchemaType != null) || (ct != null && ct.ContentModel is
XmlSchemaSimpleContent
));
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
457
if (contentModel is
XmlSchemaSimpleContent
)
System.Private.Xml (33)
System\Xml\Schema\Inference\Infer.cs (5)
718
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
815
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
981
XmlSchemaSimpleContent
? sc = ct.ContentModel as
XmlSchemaSimpleContent
;
1243
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
System\Xml\Schema\Preprocessor.cs (5)
1127
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)ctype.ContentModel;
1705
if (complexType.ContentModel is
XmlSchemaSimpleContent
)
1707
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
332
if (complexType.ContentModel is
XmlSchemaSimpleContent
simpleContent)
718
if (complexType.ContentModel is
XmlSchemaSimpleContent
simpleContent)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
803
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)ctype.ContentModel;
1370
if (complexType.ContentModel is
XmlSchemaSimpleContent
)
1372
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (2)
321
if (complexType.ContentModel is
XmlSchemaSimpleContent
simpleContent)
809
if (complexType.ContentModel is
XmlSchemaSimpleContent
simpleContent)
System\Xml\Schema\XmlSchemaComplexType.cs (5)
171
[XmlElement("simpleContent", typeof(
XmlSchemaSimpleContent
)),
329
XmlSchemaSimpleContent
? simpleContent = complexType.ContentModel as
XmlSchemaSimpleContent
;
332
XmlSchemaSimpleContent
newSimpleContent = (
XmlSchemaSimpleContent
)simpleContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
647
private
XmlSchemaSimpleContent
? _simpleContent;
1042
_simpleContent = (
XmlSchemaSimpleContent
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
448
else if (t == typeof(
XmlSchemaSimpleContent
))
450
Write36_XmlSchemaSimpleContent((
XmlSchemaSimpleContent
)o);
822
else if (o.@ContentModel is
XmlSchemaSimpleContent
)
824
Write36_XmlSchemaSimpleContent((
XmlSchemaSimpleContent
)o.@ContentModel);
847
private void Write36_XmlSchemaSimpleContent(
XmlSchemaSimpleContent
? o)
System\Xml\Serialization\XmlSchemaExporter.cs (2)
994
XmlSchemaSimpleContent
model = new XmlSchemaSimpleContent();
1099
XmlSchemaSimpleContent
model = new XmlSchemaSimpleContent();
System.Xml (1)
System.Xml.cs (1)
84
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleContent
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
83
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleContent
))]