9 instantiations of XmlSchemaSimpleContent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
88
XmlSchemaSimpleContent innerContent = new
XmlSchemaSimpleContent
();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
482
XmlSchemaSimpleContent scopesTypeContent = new
XmlSchemaSimpleContent
();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9666
o = new global::System.Xml.Schema.
XmlSchemaSimpleContent
();
System.Xml (6)
System\Xml\Schema\Inference\Infer.cs (3)
734
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
831
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
1257
XmlSchemaSimpleContent sc = new
XmlSchemaSimpleContent
();
System\Xml\Schema\XsdBuilder.cs (1)
1590
builder.xso = builder.simpleContent = new
XmlSchemaSimpleContent
();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
884
XmlSchemaSimpleContent model = new
XmlSchemaSimpleContent
();
970
XmlSchemaSimpleContent model = new
XmlSchemaSimpleContent
();
58 references to XmlSchemaSimpleContent
System.Data (6)
fx\src\data\System\Data\XMLSchema.cs (6)
528
if (ct.ContentModel is
XmlSchemaSimpleContent
){
529
XmlSchemaAnnotated cContent = ((
XmlSchemaSimpleContent
) (ct.ContentModel)).Content;
928
Debug.Assert(ct.ContentModel is
XmlSchemaSimpleContent
, "expected simpleContent or complexContent");
929
XmlSchemaAnnotated cContent = ((
XmlSchemaSimpleContent
) (ct.ContentModel)).Content;
976
Debug.Assert(ct.ContentModel is
XmlSchemaSimpleContent
, "expected simpleContent or complexContent");
1271
bool isSimpleContent = ((node.ElementSchemaType.BaseXmlSchemaType != null) ||(ct != null && ct.ContentModel is
XmlSchemaSimpleContent
));
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
462
if (contentModel is
XmlSchemaSimpleContent
)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
88
XmlSchemaSimpleContent
innerContent = new XmlSchemaSimpleContent();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
482
XmlSchemaSimpleContent
scopesTypeContent = new XmlSchemaSimpleContent();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
27
{ typeof(
XmlSchemaSimpleContent
), ContentHandler },
77
{ typeof(
XmlSchemaSimpleContent
), ContentHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3143
if (o.@ContentModel is global::System.Xml.Schema.
XmlSchemaSimpleContent
) {
3144
Write61_XmlSchemaSimpleContent(@"simpleContent", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaSimpleContent
)o.@ContentModel), false, false);
3650
void Write61_XmlSchemaSimpleContent(string n, string ns, global::System.Xml.Schema.
XmlSchemaSimpleContent
o, bool isNullable, bool needType) {
3657
if (t == typeof(global::System.Xml.Schema.
XmlSchemaSimpleContent
)) {
9653
global::System.Xml.Schema.
XmlSchemaSimpleContent
Read61_XmlSchemaSimpleContent(bool isNullable, bool checkType) {
9665
global::System.Xml.Schema.
XmlSchemaSimpleContent
o;
System.Xml (41)
System\Xml\Schema\Inference\Infer.cs (5)
734
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
831
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
999
XmlSchemaSimpleContent
sc = ct.ContentModel as
XmlSchemaSimpleContent
;
1257
XmlSchemaSimpleContent
sc = new XmlSchemaSimpleContent();
System\Xml\Schema\Preprocessor.cs (5)
961
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)ctype.ContentModel;
1413
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
1414
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
257
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
258
XmlSchemaSimpleContent
simpleContent = (
XmlSchemaSimpleContent
)complexType.ContentModel;
566
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
567
XmlSchemaSimpleContent
simpleContent = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
653
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)ctype.ContentModel;
1099
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
1100
XmlSchemaSimpleContent
content = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (6)
245
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
246
XmlSchemaSimpleContent
simpleContent = (
XmlSchemaSimpleContent
)complexType.ContentModel;
634
if (complexType.ContentModel is
XmlSchemaSimpleContent
) {
635
XmlSchemaSimpleContent
simpleContent = (
XmlSchemaSimpleContent
)complexType.ContentModel;
System\Xml\Schema\XmlSchemaComplexType.cs (5)
178
[XmlElement("simpleContent", typeof(
XmlSchemaSimpleContent
)),
364
XmlSchemaSimpleContent
simpleContent = complexType.ContentModel as
XmlSchemaSimpleContent
;
366
XmlSchemaSimpleContent
newSimpleContent = (
XmlSchemaSimpleContent
)simpleContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
645
private
XmlSchemaSimpleContent
simpleContent;
1004
this.simpleContent = (
XmlSchemaSimpleContent
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
370
else if (t == typeof(
XmlSchemaSimpleContent
)) {
371
Write36_XmlSchemaSimpleContent((
XmlSchemaSimpleContent
)o);
683
else if (o.@ContentModel is
XmlSchemaSimpleContent
) {
684
Write36_XmlSchemaSimpleContent((
XmlSchemaSimpleContent
)o.@ContentModel);
703
void Write36_XmlSchemaSimpleContent(
XmlSchemaSimpleContent
o) {
System\Xml\Serialization\XmlSchemaExporter.cs (2)
884
XmlSchemaSimpleContent
model = new XmlSchemaSimpleContent();
970
XmlSchemaSimpleContent
model = new XmlSchemaSimpleContent();