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