9 instantiations of XmlSchemaSimpleTypeRestriction
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
428
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
198
XmlSchemaSimpleTypeRestriction contentRestriction = new
XmlSchemaSimpleTypeRestriction
();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7620
o = new global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
();
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (1)
184
XmlSchemaSimpleTypeRestriction restContent = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Schema\Preprocessor.cs (1)
386
XmlSchemaSimpleTypeRestriction r = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Schema\XsdBuilder.cs (1)
1456
builder.xso = builder.simpleTypeRestriction = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
359
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Serialization\Types.cs (1)
593
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1017
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
91 references to XmlSchemaSimpleTypeRestriction
System.Data (3)
fx\src\data\System\Data\SimpleType.cs (3)
92
if (node.Content is
XmlSchemaSimpleTypeRestriction
) {
93
XmlSchemaSimpleTypeRestriction
content = (
XmlSchemaSimpleTypeRestriction
) node.Content;
System.Runtime.Serialization (10)
System\Runtime\Serialization\SchemaExporter.cs (1)
428
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Runtime\Serialization\SchemaImporter.cs (9)
434
else if (content is
XmlSchemaSimpleTypeRestriction
)
436
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
546
bool CheckIfEnum(
XmlSchemaSimpleTypeRestriction
restriction)
1186
else if (content is
XmlSchemaSimpleTypeRestriction
)
1188
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
1200
EnumDataContract ImportEnum(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction, bool isFlags, XmlSchemaAnnotation annotation)
1230
DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction)
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
198
XmlSchemaSimpleTypeRestriction
contentRestriction = new XmlSchemaSimpleTypeRestriction();
System.ServiceModel.Web (10)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (10)
28
{ typeof(
XmlSchemaSimpleTypeRestriction
), SimpleTypeRestrictionHandler },
78
{ typeof(
XmlSchemaSimpleTypeRestriction
), SimpleTypeRestrictionHandler },
216
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)schemaObject;
342
if (simpleType.Content != null && simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
344
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
472
if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
474
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
System.Web.Extensions (7)
Script\Services\WebServiceTypeData.cs (7)
139
private static bool CheckIfEnum(XmlSchemaSimpleType simpleType, out
XmlSchemaSimpleTypeRestriction
simpleTypeRestriction) {
146
XmlSchemaSimpleTypeRestriction
restriction = simpleType.Content as
XmlSchemaSimpleTypeRestriction
;
156
restriction = anonymousType.Content as
XmlSchemaSimpleTypeRestriction
;
166
static bool CheckIfEnumRestriction(
XmlSchemaSimpleTypeRestriction
restriction) {
217
XmlSchemaSimpleTypeRestriction
simpleTypeRestriction;
291
static WebServiceEnumData ImportEnum(string typeName, string typeNamespace, XmlQualifiedName typeQualifiedName,
XmlSchemaSimpleTypeRestriction
restriction, XmlSchemaAnnotation annotation) {
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2485
else if (o.@Content is global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
) {
2486
Write32_XmlSchemaSimpleTypeRestriction(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
)o.@Content), false, false);
2532
void Write32_XmlSchemaSimpleTypeRestriction(string n, string ns, global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
o, bool isNullable, bool needType) {
2539
if (t == typeof(global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
)) {
7607
global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
Read32_XmlSchemaSimpleTypeRestriction(bool isNullable, bool checkType) {
7619
global::System.Xml.Schema.
XmlSchemaSimpleTypeRestriction
o;
System.Xml (54)
System\Xml\Schema\DataTypeImplementation.cs (1)
184
XmlSchemaSimpleTypeRestriction
restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (7)
386
XmlSchemaSimpleTypeRestriction
r = new XmlSchemaSimpleTypeRestriction();
939
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
) {
940
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
1287
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
) {
1288
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
442
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
) {
443
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
631
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
) {
632
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
975
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
) {
976
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
System\Xml\Schema\SchemaSetCompiler.cs (3)
506
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
) {
507
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
30
[XmlElement("restriction", typeof(
XmlSchemaSimpleTypeRestriction
)),
44
if (content is
XmlSchemaSimpleTypeRestriction
) {
45
return ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
63
XmlSchemaSimpleTypeRestriction
newRestriction = (
XmlSchemaSimpleTypeRestriction
)MemberwiseClone();
System\Xml\Schema\XsdBuilder.cs (2)
650
private
XmlSchemaSimpleTypeRestriction
simpleTypeRestriction;
1019
this.simpleTypeRestriction = (
XmlSchemaSimpleTypeRestriction
)container;
System\Xml\Serialization\ImportContext.cs (5)
337
if (content is
XmlSchemaSimpleTypeRestriction
) {
338
baseType = ((
XmlSchemaSimpleTypeRestriction
)content).BaseType;
339
baseName = ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
349
else if (content is
XmlSchemaSimpleTypeRestriction
) {
350
baseName = ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
386
else if (t == typeof(
XmlSchemaSimpleTypeRestriction
)) {
387
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o);
470
else if (o.@Content is
XmlSchemaSimpleTypeRestriction
) {
471
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o.@Content);
525
void Write15_XmlSchemaSimpleTypeRestriction(
XmlSchemaSimpleTypeRestriction
o) {
System\Xml\Serialization\SoapSchemaExporter.cs (1)
359
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\SoapSchemaImporter.cs (6)
519
if (dataType.Content is
XmlSchemaSimpleTypeRestriction
) {
520
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
565
if (!(dataType.Content is
XmlSchemaSimpleTypeRestriction
))
568
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
System\Xml\Serialization\Types.cs (1)
593
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1017
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaImporter.cs (8)
1548
if (dataType.Content is
XmlSchemaSimpleTypeRestriction
) {
1549
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
1616
if (content is
XmlSchemaSimpleTypeRestriction
) {
1617
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
1721
if (content is
XmlSchemaSimpleTypeRestriction
) {
1722
return ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;