2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
195set { _type = value; } 377newElem._type = (XmlSchemaType)complexType.Clone(parentSchema);
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (2)
194get { return _type; } 374XmlSchemaComplexType complexType = _type as XmlSchemaComplexType;