6 instantiations of XmlSchemaAll
System.Private.Xml (6)
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
1172
(XmlSchemaGroupBase)new
XmlSchemaAll
()
1188
XmlSchemaAll newAll = new
XmlSchemaAll
();
System\Xml\Schema\SchemaSetCompiler.cs (3)
1315
(XmlSchemaGroupBase)new
XmlSchemaAll
()
1334
XmlSchemaAll newAll = new
XmlSchemaAll
();
1813
XmlSchemaAll virtualAll = new
XmlSchemaAll
();
System\Xml\Schema\XsdBuilder.cs (1)
1957
builder._xso = builder._particle = builder._all = new
XmlSchemaAll
();
57 references to XmlSchemaAll
netstandard (1)
netstandard.cs (1)
2298
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAll
))]
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
877
if (pt is
XmlSchemaAll
)
878
return ((
XmlSchemaAll
)pt).Items;
System.Private.Xml (52)
System\Xml\Schema\Preprocessor.cs (2)
1908
if (particle is
XmlSchemaAll
)
1920
items = ((
XmlSchemaAll
)particle).Items;
System\Xml\Schema\SchemaCollectionCompiler.cs (11)
1082
else if (particle is
XmlSchemaAll
)
1084
return CanonicalizeAll((
XmlSchemaAll
)particle, root, substitution);
1148
if (groupBase is
XmlSchemaAll
)
1184
private XmlSchemaParticle CanonicalizeAll(
XmlSchemaAll
all, bool root, bool substitution)
1188
XmlSchemaAll
newAll = new XmlSchemaAll();
1360
else if (baseParticle is
XmlSchemaAll
)
1366
else if (derivedParticle is
XmlSchemaAll
)
1372
return IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (
XmlSchemaAll
)baseParticle);
1512
private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence,
XmlSchemaAll
baseAll)
2366
if (particle is
XmlSchemaAll
all)
2442
else if (particle is
XmlSchemaAll
all)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1575
XmlSchemaAll
? schemaAll = particle as
XmlSchemaAll
;
System\Xml\Schema\SchemaSetCompiler.cs (15)
1213
else if (particle is
XmlSchemaAll
)
1215
return CanonicalizeAll((
XmlSchemaAll
)particle, root);
1288
if (groupBase is
XmlSchemaAll
)
1330
private XmlSchemaParticle CanonicalizeAll(
XmlSchemaAll
all, bool root)
1334
XmlSchemaAll
newAll = new XmlSchemaAll();
1464
XmlSchemaAll
? xsa;
1496
else if ((xsa = (particle as
XmlSchemaAll
)) != null)
1564
else if (baseParticle is
XmlSchemaAll
)
1570
else if (derivedParticle is
XmlSchemaAll
)
1579
if (IsSequenceFromAll((XmlSchemaSequence)derivedParticle, (
XmlSchemaAll
)baseParticle))
1631
else if (derivedParticle is XmlSchemaSequence || (derivedParticle is
XmlSchemaAll
&& ((XmlSchemaGroupBase)derivedParticle).Items.Count == 1))
1811
else if (baseGroupBase is
XmlSchemaAll
)
1813
XmlSchemaAll
virtualAll = new XmlSchemaAll();
1878
private bool IsSequenceFromAll(XmlSchemaSequence derivedSequence,
XmlSchemaAll
baseAll)
2835
if (particle is
XmlSchemaAll
all)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
25
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
25
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaComplexType.cs (1)
181
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XmlSchemaGroup.cs (1)
25
XmlElement("all", typeof(
XmlSchemaAll
)),
System\Xml\Schema\XsdBuilder.cs (2)
655
private
XmlSchemaAll
? _all;
1012
_all = (
XmlSchemaAll
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (12)
104
else if (o is
XmlSchemaAll
a)
418
else if (t == typeof(
XmlSchemaAll
))
420
Write43_XmlSchemaAll((
XmlSchemaAll
)o);
838
else if (o.@Particle is
XmlSchemaAll
)
840
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
945
else if (o.@Particle is
XmlSchemaAll
)
947
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
954
private void Write43_XmlSchemaAll(
XmlSchemaAll
o)
1244
else if (o.@Particle is
XmlSchemaAll
)
1246
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
1270
else if (o.@Particle is
XmlSchemaAll
)
1272
Write43_XmlSchemaAll((
XmlSchemaAll
)o.@Particle);
System\Xml\Serialization\XmlSchemaImporter.cs (4)
601
return (items.Particle != null) && (items.Particle is
XmlSchemaAll
);
1298
else if (item is
XmlSchemaAll
|| item is XmlSchemaSequence)
1350
if ((items.Particle is XmlSchemaSequence || items.Particle is
XmlSchemaAll
) && items.Particle.Items.Count == 1 && items.Particle.Items[0] is XmlSchemaElement)
1372
if (!(items.Particle is
XmlSchemaAll
|| items.Particle is XmlSchemaSequence)) return null;
System.Xml (1)
System.Xml.cs (1)
23
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAll
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
22
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaAll
))]