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