2 instantiations of XmlSchemaSimpleContentRestriction
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9817
o = new global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1628
builder.xso = builder.simpleContentRestriction = new
XmlSchemaSimpleContentRestriction
();
46 references to XmlSchemaSimpleContentRestriction
System.Data (5)
fx\src\data\System\Data\XMLSchema.cs (5)
535
XmlSchemaSimpleContentRestriction
ccRestriction = ((
XmlSchemaSimpleContentRestriction
) cContent );
941
Debug.Assert(cContent is
XmlSchemaSimpleContentRestriction
, "Expected SimpleContent extension or restriction");
942
XmlSchemaSimpleContentRestriction
ccRestriction = ((
XmlSchemaSimpleContentRestriction
) cContent );
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
42
{ typeof(
XmlSchemaSimpleContentRestriction
), ErrorHandler },
92
{ typeof(
XmlSchemaSimpleContentRestriction
), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3681
else if (o.@Content is global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
) {
3682
Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
)o.@Content), false, false);
3693
void Write59_Item(string n, string ns, global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
o, bool isNullable, bool needType) {
3700
if (t == typeof(global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
)) {
9804
global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
Read59_Item(bool isNullable, bool checkType) {
9816
global::System.Xml.Schema.
XmlSchemaSimpleContentRestriction
o;
System.Xml (33)
System\Xml\Schema\Preprocessor.cs (4)
962
if (content.Content is
XmlSchemaSimpleContentRestriction
) {
963
baseName = ((
XmlSchemaSimpleContentRestriction
)content.Content).BaseTypeName;
1439
XmlSchemaSimpleContentRestriction
contentRestriction = (
XmlSchemaSimpleContentRestriction
)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
264
XmlSchemaSimpleContentRestriction
simpleRestriction = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content;
573
CompileSimpleContentRestriction(complexType, (
XmlSchemaSimpleContentRestriction
)simpleContent.Content);
664
private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaSimpleContentRestriction
simpleRestriction) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
654
if (content.Content is
XmlSchemaSimpleContentRestriction
) {
655
baseName = ((
XmlSchemaSimpleContentRestriction
)content.Content).BaseTypeName;
1125
XmlSchemaSimpleContentRestriction
contentRestriction = (
XmlSchemaSimpleContentRestriction
)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
252
XmlSchemaSimpleContentRestriction
simpleRestriction = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content;
641
CompileSimpleContentRestriction(complexType, (
XmlSchemaSimpleContentRestriction
)simpleContent.Content);
722
private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaSimpleContentRestriction
simpleRestriction) {
System\Xml\Schema\XmlSchemaComplexType.cs (6)
324
else if (contentModel.Content is
XmlSchemaSimpleContentRestriction
)
325
return ((
XmlSchemaSimpleContentRestriction
)contentModel.Content).BaseTypeName;
376
XmlSchemaSimpleContentRestriction
simpleRest = (
XmlSchemaSimpleContentRestriction
)simpleContent.Content;
377
XmlSchemaSimpleContentRestriction
newSimpleRest = (
XmlSchemaSimpleContentRestriction
)simpleRest.Clone();
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
23
[XmlElement("restriction", typeof(
XmlSchemaSimpleContentRestriction
)),
System\Xml\Schema\XsdBuilder.cs (2)
647
private
XmlSchemaSimpleContentRestriction
simpleContentRestriction;
1010
this.simpleContentRestriction = (
XmlSchemaSimpleContentRestriction
)container;
System\Xml\Serialization\ImportContext.cs (3)
302
else if (content is
XmlSchemaSimpleContentRestriction
) {
303
XmlSchemaSimpleContentRestriction
restriction = (
XmlSchemaSimpleContentRestriction
)content;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
358
else if (t == typeof(
XmlSchemaSimpleContentRestriction
)) {
359
Write40_XmlSchemaSimpleContentRestriction((
XmlSchemaSimpleContentRestriction
)o);
710
if (o.@Content is
XmlSchemaSimpleContentRestriction
) {
711
Write40_XmlSchemaSimpleContentRestriction((
XmlSchemaSimpleContentRestriction
)o.@Content);
734
void Write40_XmlSchemaSimpleContentRestriction(
XmlSchemaSimpleContentRestriction
o) {