1 write to _prefix
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
612
_prefix
= new short[DecoderStackSize];
4 references to _prefix
Microsoft.Maui.Controls (4)
Internals\ImageParser.cs (4)
610
if (
_prefix
== null)
753
_prefix
[currentCode] = 0;
823
currentCode =
_prefix
[currentCode];
833
_prefix
[availableCode] = (short)oldCode;