50 references to Empty
System.Xml (50)
System\Xml\Schema\SchemaCollectionCompiler.cs (23)
290
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
396
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
757
if (baseParticle != XmlSchemaParticle.
Empty
) {
758
if (extendedParticle != XmlSchemaParticle.
Empty
) {
848
return XmlSchemaParticle.
Empty
;
855
return XmlSchemaParticle.
Empty
;
905
return XmlSchemaParticle.
Empty
;
910
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
) {
911
return XmlSchemaParticle.
Empty
;
917
return XmlSchemaParticle.
Empty
;
921
return XmlSchemaParticle.
Empty
;
928
return XmlSchemaParticle.
Empty
;
954
if (p != XmlSchemaParticle.
Empty
) {
961
return XmlSchemaParticle.
Empty
;
975
return XmlSchemaParticle.
Empty
;
990
if (p1 != XmlSchemaParticle.
Empty
) {
1008
return XmlSchemaParticle.
Empty
;
1025
if (p1 != XmlSchemaParticle.
Empty
) {
1040
return XmlSchemaParticle.
Empty
;
1054
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
) {
1057
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
) {
1933
if (particle == null || particle == XmlSchemaParticle.
Empty
) {
2140
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
) {
System\Xml\Schema\SchemaSetCompiler.cs (24)
278
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
460
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
808
if (baseParticle != XmlSchemaParticle.
Empty
) {
809
if (extendedParticle != XmlSchemaParticle.
Empty
) {
941
return XmlSchemaParticle.
Empty
;
948
return XmlSchemaParticle.
Empty
;
1003
return XmlSchemaParticle.
Empty
;
1008
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
) {
1009
return XmlSchemaParticle.
Empty
;
1015
return XmlSchemaParticle.
Empty
;
1019
return XmlSchemaParticle.
Empty
;
1026
return XmlSchemaParticle.
Empty
;
1052
if (p != XmlSchemaParticle.
Empty
) {
1059
return XmlSchemaParticle.
Empty
;
1063
return XmlSchemaParticle.
Empty
;
1079
if (p1 != XmlSchemaParticle.
Empty
) {
1097
return XmlSchemaParticle.
Empty
;
1115
if (p1 != XmlSchemaParticle.
Empty
) {
1130
return XmlSchemaParticle.
Empty
;
1168
return XmlSchemaParticle.
Empty
;
1189
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
) {
1192
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
) {
2288
if (particle == null || particle == XmlSchemaParticle.
Empty
) {
2511
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
) {
System\Xml\Schema\XmlSchemaComplexType.cs (2)
26
XmlSchemaParticle contentTypeParticle = XmlSchemaParticle.
Empty
;
427
this.contentTypeParticle = XmlSchemaParticle.
Empty
;
System\Xml\Schema\XmlSchemaGroup.cs (1)
89
newGroup.canonicalParticle = XmlSchemaParticle.
Empty
;