3 writes to _lastChar
System.Xaml (3)
System\Xaml\Parser\GenericTypeNameScanner.cs (3)
213
_lastChar
= CurrentChar;
266
_lastChar
= CurrentChar;
304
_lastChar
= CurrentChar;
1 reference to _lastChar
System.Xaml (1)
System\Xaml\Parser\GenericTypeNameScanner.cs (1)
43
public char ErrorCurrentChar { get { return
_lastChar
; } }