4 overrides of GetCharCount
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs (1)
276
public override int
GetCharCount
(byte[] bytes)
System.Console (1)
src\runtime\src\libraries\Common\src\System\Text\ConsoleEncoding.cs (1)
113
public override int
GetCharCount
(byte[] bytes)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
349
public override int
GetCharCount
(byte[] bytes)
System.Private.Xml (1)
System\Xml\XmlEncoding.cs (1)
275
public override int
GetCharCount
(byte[] bytes)
1 reference to GetCharCount
System.Console (1)
src\runtime\src\libraries\Common\src\System\Text\ConsoleEncoding.cs (1)
115
return _encoding.
GetCharCount
(bytes);