11 references to SetContentType
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
711complexType.SetContentType(XmlSchemaContentType.TextOnly); 740complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 968complexType.SetContentType(contentType); 977complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle)); 1015complexType.SetContentType(GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
798complexType.SetContentType(XmlSchemaContentType.TextOnly); 827complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 1049complexType.SetContentType(contentType); 1086complexType.SetContentType(derivedContentType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
55s_untypedAnyType.SetContentType(XmlSchemaContentType.Mixed); 77localAnyType.SetContentType(XmlSchemaContentType.Mixed);