2 writes to _exception
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (2)
362set { _exception = value; } 402_exception = new InvalidOperationException(string.Format(ResXml.XmlConstructorInaccessible, FullName));
1 reference to _exception
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
361get { return _exception; }