27 references to ContentType
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (14)
822if (baseType.ContentType != XmlSchemaContentType.TextOnly) 849if (baseType.ContentType == XmlSchemaContentType.TextOnly) 867else if (baseType.ContentType == XmlSchemaContentType.Mixed && baseType.ElementDecl.ContentValidator.IsEmptiable) 935if (baseType.ContentType == XmlSchemaContentType.TextOnly) 966contentType = baseType.ContentType; 969if (complexType.ContentType != baseType.ContentType) 1001if (baseType.ContentType == XmlSchemaContentType.TextOnly) 1016if (complexType.ContentType == XmlSchemaContentType.Empty) 2429if (complexType.ContentType == XmlSchemaContentType.Empty) 2433else if (complexType.ContentType == XmlSchemaContentType.TextOnly) 2440if (complexType.ContentType == XmlSchemaContentType.ElementOnly) 2453AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2466ParticleContentValidator contentValidator = new ParticleContentValidator(complexType.ContentType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (13)
900if (baseType.ContentType != XmlSchemaContentType.TextOnly) 927if (baseType.ContentType == XmlSchemaContentType.TextOnly) 945else if (baseType.ContentType == XmlSchemaContentType.Mixed && baseType.ElementDecl.ContentValidator.IsEmptiable) 1040contentType = baseType.ContentType; 1051if (baseType.ContentType != XmlSchemaContentType.Empty && complexType.ContentType != baseType.ContentType) 1097if (baseType.ContentType != XmlSchemaContentType.Mixed) 2872if (complexType.ContentType == XmlSchemaContentType.Empty) 2876else if (complexType.ContentType == XmlSchemaContentType.TextOnly) 2883if (complexType.ContentType == XmlSchemaContentType.ElementOnly) 2896AllElementsContentValidator contentValidator = new AllElementsContentValidator(complexType.ContentType, all.Items.Count, all.MinOccurs == decimal.Zero); 2909ParticleContentValidator contentValidator = new ParticleContentValidator(complexType.ContentType, CompilationSettings.EnableUpaCheck);