1 write to checkCharacters
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
376
this.
checkCharacters
= settings.CheckCharacters;
5 references to checkCharacters
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
401
settings.CheckCharacters = this.
checkCharacters
;
2959
if (checkChars && this.
checkCharacters
) {
3051
if (checkChars && this.
checkCharacters
) {
3091
Debug.Assert(this.
checkCharacters
, "this.checkCharacters");
3143
Debug.Assert(!this.
checkCharacters
, "!this.checkCharacters");