2 writes to _exception
System.Private.Xml (2)
System\Xml\Serialization\Types.cs (2)
353set { _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)
352get { return _exception; }