3 references to GetSchemaContentType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
827complexType.SetContentType(GetSchemaContentType(complexType, null, complexType.ContentTypeParticle)); 1037XmlSchemaContentType contentType = GetSchemaContentType(complexType, complexContent, extendedParticle); 1085XmlSchemaContentType derivedContentType = GetSchemaContentType(complexType, complexContent, complexType.ContentTypeParticle);