6 overrides of GetNextChar
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\CharEntityEncoderFallback.cs (1)
149
public override char
GetNextChar
()
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
62
public override char
GetNextChar
() => (char)0;
src\libraries\System.Private.CoreLib\src\System\Text\EncoderLatin1BestFitFallback.cs (1)
78
public override char
GetNextChar
()
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (1)
140
public override char
GetNextChar
()
System.Private.Xml (1)
System\Xml\Core\CharEntityEncoderFallback.cs (1)
112
public override char
GetNextChar
()
System.Text.Encoding.CodePages (1)
System\Text\EncoderBestFitFallback.cs (1)
118
public override char
GetNextChar
()
5 references to GetNextChar
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderFallback.cs (4)
59
while (
GetNextChar
() != (char)0) ;
116
char ch =
GetNextChar
();
279
char firstChar =
GetNextChar
();
280
if (Rune.TryCreate(firstChar, out Rune value) || Rune.TryCreate(firstChar,
GetNextChar
(), out value))
System.Text.Encoding.CodePages (1)
System\Text\EncoderFallbackBufferHelper.cs (1)
57
char ch = _fallbackBuffer!.
GetNextChar
();