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