2 writes to _inIdx
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
130
_inIdx
= 0;
136
_inIdx
+= 1;
3 references to _inIdx
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (3)
114
get { return
_inIdx
>= _incoming.Length; }
129
_outValid =
_inIdx
; // in the EOF case the buffer can be short.
135
_incoming[
_inIdx
] = node;