51 references to Empty
System.Private.Xml (51)
System\Xml\Schema\SchemaCollectionCompiler.cs (24)
369
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
508
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
959
if (baseParticle != XmlSchemaParticle.
Empty
)
961
if (extendedParticle != XmlSchemaParticle.
Empty
)
1063
return XmlSchemaParticle.
Empty
;
1072
return XmlSchemaParticle.
Empty
;
1137
return XmlSchemaParticle.
Empty
;
1143
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
)
1145
return XmlSchemaParticle.
Empty
;
1153
return XmlSchemaParticle.
Empty
;
1158
return XmlSchemaParticle.
Empty
;
1167
return XmlSchemaParticle.
Empty
;
1197
if (p != XmlSchemaParticle.
Empty
)
1206
return XmlSchemaParticle.
Empty
;
1223
return XmlSchemaParticle.
Empty
;
1242
if (p1 != XmlSchemaParticle.
Empty
)
1266
return XmlSchemaParticle.
Empty
;
1288
if (p1 != XmlSchemaParticle.
Empty
)
1308
return XmlSchemaParticle.
Empty
;
1326
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
)
1330
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
)
2354
if (particle == null || particle == XmlSchemaParticle.
Empty
)
2486
Debug.Assert(particle == XmlSchemaParticle.
Empty
);
2611
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
)
System\Xml\Schema\SchemaSetCompiler.cs (24)
358
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
590
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
1035
if (baseParticle != XmlSchemaParticle.
Empty
)
1037
if (extendedParticle != XmlSchemaParticle.
Empty
)
1192
return XmlSchemaParticle.
Empty
;
1202
return XmlSchemaParticle.
Empty
;
1274
return XmlSchemaParticle.
Empty
;
1282
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
)
1284
return XmlSchemaParticle.
Empty
;
1293
return XmlSchemaParticle.
Empty
;
1299
return XmlSchemaParticle.
Empty
;
1309
return XmlSchemaParticle.
Empty
;
1341
if (p != XmlSchemaParticle.
Empty
)
1350
return XmlSchemaParticle.
Empty
;
1355
return XmlSchemaParticle.
Empty
;
1375
if (p1 != XmlSchemaParticle.
Empty
)
1399
return XmlSchemaParticle.
Empty
;
1422
if (p1 != XmlSchemaParticle.
Empty
)
1442
return XmlSchemaParticle.
Empty
;
1493
return XmlSchemaParticle.
Empty
;
1519
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
)
1523
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
)
2823
if (particle == null || particle == XmlSchemaParticle.
Empty
)
3010
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
23
private XmlSchemaParticle _contentTypeParticle = XmlSchemaParticle.
Empty
;
405
_contentTypeParticle = XmlSchemaParticle.
Empty
;
System\Xml\Schema\XmlSchemaGroup.cs (1)
85
newGroup._canonicalParticle = XmlSchemaParticle.
Empty
;