3 writes to _version
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
277
set {
_version
= value; }
436
that.
_version
= _version;
455
that.
_version
= _version;
3 references to _version
System.Private.Xml (3)
System\Xml\Schema\XmlSchema.cs (3)
276
get { return
_version
; }
436
that._version =
_version
;
455
that._version =
_version
;