7 instantiations of XmlSchemaSimpleTypeRestriction
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
201
XmlSchemaSimpleTypeRestriction restContent = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
460
XmlSchemaSimpleTypeRestriction r = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1565
builder._xso = builder._simpleTypeRestriction = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
417
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
668
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1198
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9463
o = new Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
();
69 references to XmlSchemaSimpleTypeRestriction
dotnet-svcutil-lib (69)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
201
XmlSchemaSimpleTypeRestriction
restContent = new XmlSchemaSimpleTypeRestriction();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (7)
460
XmlSchemaSimpleTypeRestriction
r = new XmlSchemaSimpleTypeRestriction();
1132
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
)
1134
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
1578
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
1580
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
553
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
555
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
781
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
)
783
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
1223
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
1225
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
634
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
)
636
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (3)
33
[XmlElement("restriction", typeof(
XmlSchemaSimpleTypeRestriction
)),
51
if (_content is
XmlSchemaSimpleTypeRestriction
)
53
return ((
XmlSchemaSimpleTypeRestriction
)_content).BaseTypeName;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (2)
69
XmlSchemaSimpleTypeRestriction
newRestriction = (
XmlSchemaSimpleTypeRestriction
)MemberwiseClone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
661
private
XmlSchemaSimpleTypeRestriction
_simpleTypeRestriction;
1065
_simpleTypeRestriction = (
XmlSchemaSimpleTypeRestriction
)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (5)
396
if (content is
XmlSchemaSimpleTypeRestriction
)
398
baseType = ((
XmlSchemaSimpleTypeRestriction
)content).BaseType;
399
baseName = ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
411
else if (content is
XmlSchemaSimpleTypeRestriction
)
413
baseName = ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
469
else if (t == typeof(
XmlSchemaSimpleTypeRestriction
))
471
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o);
570
else if (o.@Content is
XmlSchemaSimpleTypeRestriction
)
572
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o.@Content);
634
private void Write15_XmlSchemaSimpleTypeRestriction(
XmlSchemaSimpleTypeRestriction
o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
417
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (6)
583
if (dataType.Content is
XmlSchemaSimpleTypeRestriction
)
585
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
637
if (!(dataType.Content is
XmlSchemaSimpleTypeRestriction
))
640
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
668
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1198
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (8)
1774
if (dataType.Content is
XmlSchemaSimpleTypeRestriction
)
1776
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)dataType.Content;
1855
if (content is
XmlSchemaSimpleTypeRestriction
)
1857
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
1976
if (content is
XmlSchemaSimpleTypeRestriction
)
1978
return ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (9)
433
else if (content is
XmlSchemaSimpleTypeRestriction
)
435
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
545
private bool CheckIfEnum(
XmlSchemaSimpleTypeRestriction
restriction)
1180
else if (content is
XmlSchemaSimpleTypeRestriction
)
1182
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)content;
1194
private EnumDataContract ImportEnum(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction, bool isFlags, XmlSchemaAnnotation annotation)
1224
private DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
3157
else if (o.@Content is Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
)
3159
Write32_XmlSchemaSimpleTypeRestriction(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
)o.@Content), false, false);
3215
private void Write32_XmlSchemaSimpleTypeRestriction(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
o, bool isNullable, bool needType)
3225
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
))
9447
private Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
Read32_XmlSchemaSimpleTypeRestriction(bool isNullable, bool checkType)
9462
Microsoft.Xml.Schema.
XmlSchemaSimpleTypeRestriction
o;