3 writes to _lastChar
System.Xaml (3)
System\Xaml\Parser\GenericTypeNameScanner.cs (3)
214
_lastChar
= CurrentChar;
267
_lastChar
= CurrentChar;
305
_lastChar
= CurrentChar;
1 reference to _lastChar
System.Xaml (1)
System\Xaml\Parser\GenericTypeNameScanner.cs (1)
44
public char ErrorCurrentChar { get { return
_lastChar
; } }