2 writes to _schemaType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (2)
92
_schemaType
= value;
184
_schemaType
= null;
7 references to _schemaType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (7)
88
return
_schemaType
;
93
if (
_schemaType
!= null)
95
_contentType =
_schemaType
.SchemaContentType;
156
return
_schemaType
;
172
if (
_schemaType
== null ||
_schemaType
.Datatype == null)
176
return
_schemaType
.Datatype.Variety == XmlSchemaDatatypeVariety.Union;