4 references to Xml_ClosedOrError
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
397throw new ArgumentException(ResXml.Xml_ClosedOrError);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
1574throw new InvalidOperationException(ResXml.Xml_ClosedOrError); 1948throw new InvalidOperationException(ResXml.Xml_ClosedOrError);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
611throw new InvalidOperationException(ResXml.Xml_ClosedOrError);