12 references to CurrentChar
System.Xaml (12)
System\Xaml\Parser\GenericTypeNameScanner.cs (12)
175switch (CurrentChar) 200if(XamlName.IsValidNameStartChar(CurrentChar)) 214_lastChar = CurrentChar; 220if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 227switch(CurrentChar) 254if (XamlName.IsValidQualifiedNameChar(CurrentChar)) 267_lastChar = CurrentChar; 280switch (CurrentChar) 293if (IsWhitespaceChar(CurrentChar)) 305_lastChar = CurrentChar; 391while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))