2 writes to _exception
System.Private.Xml (2)
System\Xml\Serialization\Types.cs (2)
353
set {
_exception
= value; }
392
_exception
= new InvalidOperationException(SR.Format(SR.XmlConstructorInaccessible, FullName));
1 reference to _exception
System.Private.Xml (1)
System\Xml\Serialization\Types.cs (1)
352
get { return
_exception
; }