3 instantiations of XmlSchemaComplexContentRestriction
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1695
builder._xso = builder._complexContentRestriction = new
XmlSchemaComplexContentRestriction
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
244
XmlSchemaComplexContentRestriction restriction = new
XmlSchemaComplexContentRestriction
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12374
o = new Microsoft.Xml.Schema.
XmlSchemaComplexContentRestriction
();
58 references to XmlSchemaComplexContentRestriction
dotnet-svcutil-lib (58)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1151
if (content.Content is
XmlSchemaComplexContentRestriction
)
1153
baseName = ((
XmlSchemaComplexContentRestriction
)content.Content).BaseTypeName;
1838
XmlSchemaComplexContentRestriction
contentRestriction = (
XmlSchemaComplexContentRestriction
)content.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
344
XmlSchemaComplexContentRestriction
complexRestriction = (
XmlSchemaComplexContentRestriction
)complexContent.Content;
730
CompileComplexContentRestriction(complexType, complexContent, (
XmlSchemaComplexContentRestriction
)complexContent.Content);
982
private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent,
XmlSchemaComplexContentRestriction
complexRestriction)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
800
if (content.Content is
XmlSchemaComplexContentRestriction
)
802
baseName = ((
XmlSchemaComplexContentRestriction
)content.Content).BaseTypeName;
1481
XmlSchemaComplexContentRestriction
contentRestriction = (
XmlSchemaComplexContentRestriction
)content.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
330
XmlSchemaComplexContentRestriction
complexRestriction = (
XmlSchemaComplexContentRestriction
)complexContent.Content;
817
CompileComplexContentRestriction(complexType, complexContent, (
XmlSchemaComplexContentRestriction
)complexContent.Content);
1060
private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent,
XmlSchemaComplexContentRestriction
complexRestriction)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs (1)
38
[XmlElement("restriction", typeof(
XmlSchemaComplexContentRestriction
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (6)
367
if (_contentModel.Content is
XmlSchemaComplexContentRestriction
)
368
return ((
XmlSchemaComplexContentRestriction
)_contentModel.Content).BaseTypeName;
462
XmlSchemaComplexContentRestriction
complexRest = complexContent.Content as
XmlSchemaComplexContentRestriction
;
463
XmlSchemaComplexContentRestriction
newComplexRest = (
XmlSchemaComplexContentRestriction
)complexRest.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
655
private
XmlSchemaComplexContentRestriction
_complexContentRestriction;
1047
_complexContentRestriction = (
XmlSchemaComplexContentRestriction
)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (3)
349
if (content is
XmlSchemaComplexContentRestriction
)
351
baseName = ((
XmlSchemaComplexContentRestriction
)content).BaseTypeName;
352
attributes = ((
XmlSchemaComplexContentRestriction
)content).Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
424
else if (t == typeof(
XmlSchemaComplexContentRestriction
))
426
Write56_XmlSchemaComplexContentRestriction((
XmlSchemaComplexContentRestriction
)o);
911
if (o.@Content is
XmlSchemaComplexContentRestriction
)
913
Write56_XmlSchemaComplexContentRestriction((
XmlSchemaComplexContentRestriction
)o.@Content);
1224
private void Write56_XmlSchemaComplexContentRestriction(
XmlSchemaComplexContentRestriction
o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (3)
244
XmlSchemaComplexContentRestriction
restriction = new XmlSchemaComplexContentRestriction();
386
else if (type.ContentModel.Content is
XmlSchemaComplexContentRestriction
)
387
((
XmlSchemaComplexContentRestriction
)type.ContentModel.Content).Particle = seq;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (6)
379
else if (model.Content is
XmlSchemaComplexContentRestriction
)
381
if (((
XmlSchemaComplexContentRestriction
)model.Content).Particle != null)
383
ImportGroup(((
XmlSchemaComplexContentRestriction
)model.Content).Particle, members, typeNs);
471
if (!(model.Content is
XmlSchemaComplexContentRestriction
)) return null;
475
XmlSchemaComplexContentRestriction
restriction = (
XmlSchemaComplexContentRestriction
)model.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (7)
713
if (type.ContentModel.Content is
XmlSchemaComplexContentRestriction
)
714
attributes = ((
XmlSchemaComplexContentRestriction
)type.ContentModel.Content).Attributes;
752
else if (content is
XmlSchemaComplexContentRestriction
)
754
XmlSchemaComplexContentRestriction
restriction = (
XmlSchemaComplexContentRestriction
)content;
1112
if (type.ContentModel.Content is
XmlSchemaComplexContentRestriction
)
1113
((
XmlSchemaComplexContentRestriction
)type.ContentModel.Content).Particle = seq;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
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);
4512
private void Write57_Item(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaComplexContentRestriction
o, bool isNullable, bool needType)
4522
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaComplexContentRestriction
))
12358
private Microsoft.Xml.Schema.
XmlSchemaComplexContentRestriction
Read57_Item(bool isNullable, bool checkType)
12373
Microsoft.Xml.Schema.
XmlSchemaComplexContentRestriction
o;