21 references to Empty
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
189
else if (contentType == XmlSchemaContentType.
Empty
)
209
if (contentType == XmlSchemaContentType.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1012
public static readonly ContentValidator Empty = new ContentValidator(XmlSchemaContentType.
Empty
);
1049
if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.
Empty
)
1064
if (_contentType == XmlSchemaContentType.TextOnly || _contentType == XmlSchemaContentType.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
806
elementDecl.ContentValidator.ContentType == XmlSchemaContentType.
Empty
&&
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
964
if (contentType == XmlSchemaContentType.
Empty
)
1016
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
1712
return XmlSchemaContentType.
Empty
;
2429
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (5)
1038
if (contentType == XmlSchemaContentType.
Empty
)
1051
if (baseType.ContentType != XmlSchemaContentType.
Empty
&& complexType.ContentType != baseType.ContentType)
1089
case XmlSchemaContentType.
Empty
:
2047
return XmlSchemaContentType.
Empty
;
2872
if (complexType.ContentType == XmlSchemaContentType.
Empty
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (2)
99
_contentType = XmlSchemaContentType.
Empty
;
189
_contentType = XmlSchemaContentType.
Empty
;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
800
case XmlSchemaContentType.
Empty
:
882
case XmlSchemaContentType.
Empty
:
1148
return XmlSchemaContentType.
Empty
;
2571
if (contentType == XmlSchemaContentType.
Empty
)