7 instantiations of XmlSchemaAll
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9258
o = new global::System.Xml.Schema.
XmlSchemaAll
();
System.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
933
(XmlSchemaGroupBase)new
XmlSchemaAll
()
946
XmlSchemaAll newAll = new
XmlSchemaAll
();
System\Xml\Schema\SchemaSetCompiler.cs (3)
1031
(XmlSchemaGroupBase)new
XmlSchemaAll
()
1046
XmlSchemaAll newAll = new
XmlSchemaAll
();
1434
XmlSchemaAll virtualAll = new
XmlSchemaAll
();
System\Xml\Schema\XsdBuilder.cs (1)
1803
builder.xso = builder.particle = builder.all = new
XmlSchemaAll
();
78 references to XmlSchemaAll
System.Data (3)
fx\src\data\System\Data\DataSet.cs (1)
3595
if (ct.Particle is XmlSchemaSequence || ct.Particle is
XmlSchemaAll
) {
fx\src\data\System\Data\XMLSchema.cs (2)
750
if (pt is
XmlSchemaAll
)
751
return ((
XmlSchemaAll
)pt).Items;
System.Data.Services.Design (2)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (2)
124
XmlSchemaAll
schemaAll = expected as
XmlSchemaAll
;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
63
{ typeof(
XmlSchemaAll
), ErrorHandler },
113
{ typeof(
XmlSchemaAll
), ErrorHandler },
System.Web.Services (12)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (12)
2077
if (o.@Particle is global::System.Xml.Schema.
XmlSchemaAll
) {
2078
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAll
)o.@Particle), false, false);
3159
else if (o.@Particle is global::System.Xml.Schema.
XmlSchemaAll
) {
3160
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAll
)o.@Particle), false, false);
3360
void Write55_XmlSchemaAll(string n, string ns, global::System.Xml.Schema.
XmlSchemaAll
o, bool isNullable, bool needType) {
3367
if (t == typeof(global::System.Xml.Schema.
XmlSchemaAll
)) {
3535
if (o.@Particle is global::System.Xml.Schema.
XmlSchemaAll
) {
3536
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAll
)o.@Particle), false, false);
3607
if (o.@Particle is global::System.Xml.Schema.
XmlSchemaAll
) {
3608
Write55_XmlSchemaAll(@"all", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaAll
)o.@Particle), false, false);
9245
global::System.Xml.Schema.
XmlSchemaAll
Read55_XmlSchemaAll(bool isNullable, bool checkType) {
9257
global::System.Xml.Schema.
XmlSchemaAll
o;
System.Xml (59)
System\Xml\Schema\Preprocessor.cs (2)
1573
if (particle is
XmlSchemaAll
) {
1582
items = ((
XmlSchemaAll
) particle).Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (12)
863
else if (particle is
XmlSchemaAll
) {
864
return CannonicalizeAll((
XmlSchemaAll
)particle, root, substitution);
914
if (groupBase is
XmlSchemaAll
) {
944
private XmlSchemaParticle CannonicalizeAll(
XmlSchemaAll
all, bool root, bool substitution) {
946
XmlSchemaAll
newAll = new XmlSchemaAll();
1079
else if (baseParticle is
XmlSchemaAll
) {
1083
else if (derivedParticle is
XmlSchemaAll
) {
1087
return IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (
XmlSchemaAll
)baseParticle);
1201
private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence,
XmlSchemaAll
baseAll) {
1942
if (particle is
XmlSchemaAll
) {
1943
XmlSchemaAll
all = (
XmlSchemaAll
)particle;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1260
XmlSchemaAll
schemaAll = particle as
XmlSchemaAll
;
System\Xml\Schema\SchemaSetCompiler.cs (17)
957
else if (particle is
XmlSchemaAll
) {
958
return CannonicalizeAll((
XmlSchemaAll
)particle, root);
1012
if (groupBase is
XmlSchemaAll
) {
1044
private XmlSchemaParticle CannonicalizeAll(
XmlSchemaAll
all, bool root) {
1046
XmlSchemaAll
newAll = new XmlSchemaAll();
1146
XmlSchemaAll
xsa;
1171
else if ( (xsa = (particle as
XmlSchemaAll
)) != null ) {
1225
else if (baseParticle is
XmlSchemaAll
) {
1229
else if (derivedParticle is
XmlSchemaAll
) {
1235
if(IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (
XmlSchemaAll
)baseParticle)) {
1275
else if (derivedParticle is XmlSchemaSequence || (derivedParticle is
XmlSchemaAll
&& ((XmlSchemaGroupBase)derivedParticle).Items.Count ==1)) {
1433
else if (baseGroupBase is
XmlSchemaAll
) {
1434
XmlSchemaAll
virtualAll = new XmlSchemaAll();
1488
private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence,
XmlSchemaAll
baseAll) {
2297
if (particle is
XmlSchemaAll
) {
2298
XmlSchemaAll
all = (
XmlSchemaAll
)particle;
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
39
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
39
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaComplexType.cs (1)
191
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaGroup.cs (1)
39
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XsdBuilder.cs (2)
653
private
XmlSchemaAll
all;
974
this.all = (
XmlSchemaAll
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (14)
88
else if (o is
XmlSchemaAll
) {
89
XmlSchemaAll
a = (
XmlSchemaAll
)o;
346
else if (t == typeof(
XmlSchemaAll
)) {
347
Write43_XmlSchemaAll((
XmlSchemaAll
)o);
695
else if (o.@Particle is
XmlSchemaAll
) {
696
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
786
else if (o.@Particle is
XmlSchemaAll
) {
787
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
794
void Write43_XmlSchemaAll(
XmlSchemaAll
o) {
1043
else if (o.@Particle is
XmlSchemaAll
) {
1044
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
1065
else if (o.@Particle is
XmlSchemaAll
) {
1066
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
261
if(!(type.Particle is
XmlSchemaAll
||type.Particle is XmlSchemaSequence))
474
if (particle is
XmlSchemaAll
|| particle is XmlSchemaSequence) {
System\Xml\Serialization\XmlSchemaImporter.cs (4)
619
return (items.Particle != null) && (items.Particle is
XmlSchemaAll
);
1216
else if (item is
XmlSchemaAll
|| item is XmlSchemaSequence) {
1266
if ((items.Particle is XmlSchemaSequence || items.Particle is
XmlSchemaAll
) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement)
1286
if (!(items.Particle is
XmlSchemaAll
|| items.Particle is XmlSchemaSequence)) return null;