2 writes to _isReadOnly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
544
_isReadOnly
= value;
601
_isReadOnly
= false;
2 references to _isReadOnly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderSettings.cs (2)
540
return
_isReadOnly
;
550
if (
_isReadOnly
)