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)
88return _schemaType; 93if (_schemaType != null) 95_contentType = _schemaType.SchemaContentType; 156return _schemaType; 172if (_schemaType == null || _schemaType.Datatype == null) 176return _schemaType.Datatype.Variety == XmlSchemaDatatypeVariety.Union;