Home
last modified time | relevance | path

Searched refs:IsAttrChar (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBufferReader.cs613 while (offset < offsetMax && IsAttrChar(buffer[offset])) in GetEscapedChars()
657 private bool IsAttrChar(int ch) in IsAttrChar() method in System.Xml.XmlBufferReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBufferReader.cs655 while (offset < offsetMax && IsAttrChar(buffer[offset])) in GetEscapedChars()
700 bool IsAttrChar(int ch) in IsAttrChar() method in System.Xml.XmlBufferReader