4 writes to _rawValue
System.Private.Xml (4)
System\Xml\Core\ValidatingReaderNodeData.cs (4)
114
_rawValue
= value;
180
_rawValue
= string.Empty;
210
_rawValue
= string.Empty;
220
_rawValue
= value;
2 references to _rawValue
System.Private.Xml (2)
System\Xml\Core\ValidatingReaderNodeData.cs (2)
110
return
_rawValue
;
173
[MemberNotNull(nameof(
_rawValue
))]