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