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