2 references to GetCharEntity
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
651
int ch =
GetCharEntity
(textOffset, offset - textOffset);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
1117
int ch = BufferReader.
GetCharEntity
(charEntityOffset, charEntityLength);