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