52 references to Empty
dotnet-svcutil-lib (52)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (24)
358
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
495
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
950
if (baseParticle != XmlSchemaParticle.
Empty
)
952
if (extendedParticle != XmlSchemaParticle.
Empty
)
1065
return XmlSchemaParticle.
Empty
;
1074
return XmlSchemaParticle.
Empty
;
1139
return XmlSchemaParticle.
Empty
;
1145
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
)
1147
return XmlSchemaParticle.
Empty
;
1155
return XmlSchemaParticle.
Empty
;
1160
return XmlSchemaParticle.
Empty
;
1169
return XmlSchemaParticle.
Empty
;
1199
if (p != XmlSchemaParticle.
Empty
)
1208
return XmlSchemaParticle.
Empty
;
1225
return XmlSchemaParticle.
Empty
;
1244
if (p1 != XmlSchemaParticle.
Empty
)
1268
return XmlSchemaParticle.
Empty
;
1290
if (p1 != XmlSchemaParticle.
Empty
)
1310
return XmlSchemaParticle.
Empty
;
1328
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
)
1332
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
)
2438
if (particle == null || particle == XmlSchemaParticle.
Empty
)
2577
Debug.Assert(particle == XmlSchemaParticle.
Empty
);
2704
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (25)
344
complexType.SetContentTypeParticle(XmlSchemaParticle.
Empty
);
576
group.CanonicalParticle = XmlSchemaParticle.
Empty
;
1019
if (baseParticle != XmlSchemaParticle.
Empty
)
1021
if (extendedParticle != XmlSchemaParticle.
Empty
)
1185
return XmlSchemaParticle.
Empty
;
1194
return XmlSchemaParticle.
Empty
;
1265
return XmlSchemaParticle.
Empty
;
1271
if (group.CanonicalParticle == XmlSchemaParticle.
Empty
)
1273
return XmlSchemaParticle.
Empty
;
1281
return XmlSchemaParticle.
Empty
;
1286
return XmlSchemaParticle.
Empty
;
1295
return XmlSchemaParticle.
Empty
;
1325
if (p != XmlSchemaParticle.
Empty
)
1334
return XmlSchemaParticle.
Empty
;
1339
return XmlSchemaParticle.
Empty
;
1359
if (p1 != XmlSchemaParticle.
Empty
)
1383
return XmlSchemaParticle.
Empty
;
1406
if (p1 != XmlSchemaParticle.
Empty
)
1426
return XmlSchemaParticle.
Empty
;
1475
return XmlSchemaParticle.
Empty
;
1501
else if (derivedParticle == null || derivedParticle == XmlSchemaParticle.
Empty
)
1505
else if (baseParticle == null || baseParticle == XmlSchemaParticle.
Empty
)
2881
if (particle == null || particle == XmlSchemaParticle.
Empty
)
3020
Debug.Assert(particle == XmlSchemaParticle.
Empty
);
3168
if (complexType.ContentTypeParticle != XmlSchemaParticle.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
28
private XmlSchemaParticle _contentTypeParticle = XmlSchemaParticle.
Empty
;
493
_contentTypeParticle = XmlSchemaParticle.
Empty
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (1)
102
newGroup._canonicalParticle = XmlSchemaParticle.
Empty
;