1 write to _suffix
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
616
_suffix
= new byte[DecoderStackSize];
6 references to _suffix
Microsoft.Maui.Controls (6)
Internals\ImageParser.cs (6)
614
if (
_suffix
== null)
754
_suffix
[currentCode] = (byte)currentCode;
807
_pixelStack[currentStackIndex++] =
_suffix
[currentCode];
822
_pixelStack[currentStackIndex++] =
_suffix
[currentCode];
826
firstCode =
_suffix
[currentCode];
834
_suffix
[availableCode] = (byte)firstCode;