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)
43public char ErrorCurrentChar { get { return _lastChar; } }