2 writes to _inIdx
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
128
_inIdx
= 0;
134
_inIdx
+= 1;
3 references to _inIdx
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (3)
112
get { return
_inIdx
>= _incoming.Length; }
127
_outValid =
_inIdx
; // in the EOF case the buffer can be short.
133
_incoming[
_inIdx
] = node;