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