2 writes to _xsdtype
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
233
set {
_xsdtype
= value; }
240
_xsdtype
= xsdtype;
2 references to _xsdtype
System.Private.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
232
get { return
_xsdtype
; }
264
switch (
_xsdtype
.TypeCode)