3 writes to _isReadOnly
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (3)
318
clonedSettings.
_isReadOnly
= false;
671
_isReadOnly
= value;
710
_isReadOnly
= false;
2 references to _isReadOnly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
667
return
_isReadOnly
;
677
if (
_isReadOnly
)