Base:
property
Content
Microsoft.Xml.Schema.XmlSchemaContentModel.Content
9 writes to Content
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
458
newComplexContent.
Content
= newComplexExt;
470
newComplexContent.
Content
= newComplexRest;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1677
builder._complexContent.
Content
= builder._complexContentExtension;
1696
builder._complexContent.
Content
= builder._complexContentRestriction;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
262
model.
Content
= restriction;
336
model.
Content
= extension;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1048
model.
Content
= extension;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
12333
o.
@Content
= Read56_Item(false, true);
12338
o.
@Content
= Read57_Item(false, true);
54 references to Content
dotnet-svcutil-lib (54)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
1151
if (content.
Content
is XmlSchemaComplexContentRestriction)
1153
baseName = ((XmlSchemaComplexContentRestriction)content.
Content
).BaseTypeName;
1157
baseName = ((XmlSchemaComplexContentExtension)content.
Content
).BaseTypeName;
1797
if (content.
Content
== null)
1814
SetParent(content.
Content
, content); //complexcontent extension / restriction
1815
PreprocessAnnotation(content.
Content
); //Annotation child of extension / restriction
1817
if (content.
Content
is XmlSchemaComplexContentExtension)
1819
XmlSchemaComplexContentExtension contentExtension = (XmlSchemaComplexContentExtension)content.
Content
;
1838
XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.
Content
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (6)
336
if (complexContent.
Content
is XmlSchemaComplexContentExtension)
338
XmlSchemaComplexContentExtension complexExtension = (XmlSchemaComplexContentExtension)complexContent.
Content
;
344
XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.
Content
;
724
if (complexContent.
Content
is XmlSchemaComplexContentExtension)
726
CompileComplexContentExtension(complexType, complexContent, (XmlSchemaComplexContentExtension)complexContent.
Content
);
730
CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.
Content
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (9)
800
if (content.
Content
is XmlSchemaComplexContentRestriction)
802
baseName = ((XmlSchemaComplexContentRestriction)content.
Content
).BaseTypeName;
806
baseName = ((XmlSchemaComplexContentExtension)content.
Content
).BaseTypeName;
1440
if (content.
Content
== null)
1457
SetParent(content.
Content
, content); //complexcontent extension / restriction
1458
PreprocessAnnotation(content.
Content
); //Annotation child of extension / restriction
1460
if (content.
Content
is XmlSchemaComplexContentExtension)
1462
XmlSchemaComplexContentExtension contentExtension = (XmlSchemaComplexContentExtension)content.
Content
;
1481
XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.
Content
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (6)
322
if (complexContent.
Content
is XmlSchemaComplexContentExtension)
324
XmlSchemaComplexContentExtension complexExtension = (XmlSchemaComplexContentExtension)complexContent.
Content
;
330
XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.
Content
;
811
if (complexContent.
Content
is XmlSchemaComplexContentExtension)
813
CompileComplexContentExtension(complexType, complexContent, (XmlSchemaComplexContentExtension)complexContent.
Content
);
817
CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.
Content
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
448
XmlSchemaComplexContentExtension complexExt = complexContent.
Content
as XmlSchemaComplexContentExtension;
462
XmlSchemaComplexContentRestriction complexRest = complexContent.
Content
as XmlSchemaComplexContentRestriction;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1672
if (builder._complexContent.
Content
!= null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (4)
911
if (o.
@Content
is XmlSchemaComplexContentRestriction)
913
Write56_XmlSchemaComplexContentRestriction((XmlSchemaComplexContentRestriction)o.
@Content
);
915
else if (o.
@Content
is XmlSchemaComplexContentExtension)
917
Write42_XmlSchemaComplexContentExtension((XmlSchemaComplexContentExtension)o.
@Content
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (6)
372
if (model.
Content
is XmlSchemaComplexContentExtension)
374
if (((XmlSchemaComplexContentExtension)model.
Content
).Particle != null)
376
ImportGroup(((XmlSchemaComplexContentExtension)model.
Content
).Particle, members, typeNs);
379
else if (model.
Content
is XmlSchemaComplexContentRestriction)
381
if (((XmlSchemaComplexContentRestriction)model.
Content
).Particle != null)
383
ImportGroup(((XmlSchemaComplexContentRestriction)model.
Content
).Particle, members, typeNs);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (5)
325
XmlSchemaComplexContentExtension extension = complexContent.
Content
as XmlSchemaComplexContentExtension;
469
if (complexContent.
Content
is XmlSchemaComplexContentExtension)
471
XmlSchemaComplexContentExtension extension = (XmlSchemaComplexContentExtension)complexContent.
Content
;
474
else if (complexContent.
Content
is XmlSchemaComplexContentRestriction)
476
XmlSchemaComplexContentRestriction restriction = (XmlSchemaComplexContentRestriction)complexContent.
Content
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
4402
if (o.
@Content
is Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction)
4404
Write57_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaComplexContentRestriction)o.
@Content
), false, false);
4406
else if (o.
@Content
is Microsoft.Xml.Schema.XmlSchemaComplexContentExtension)
4408
Write56_Item(@"extension", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaComplexContentExtension)o.
@Content
), false, false);
4412
if (o.
@Content
!= null)
4414
throw CreateUnknownTypeException(o.
@Content
);