5 references to Error
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
969
return WriteState.
Error
;
974
return WriteState.
Error
;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (2)
208
WriteState.
Error
, // State.Error
315
return WriteState.
Error
;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
364
if (currentState == WriteState.
Error
)