12 references to CurrentChar
System.Xaml (12)
System\Xaml\Parser\GenericTypeNameScanner.cs (12)
168switch (CurrentChar) 193if(XamlName.IsValidNameStartChar(CurrentChar)) 205_lastChar = CurrentChar; 211if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 218switch(CurrentChar) 245if (XamlName.IsValidQualifiedNameChar(CurrentChar)) 256_lastChar = CurrentChar; 269switch (CurrentChar) 282if (IsWhitespaceChar(CurrentChar)) 292_lastChar = CurrentChar; 376while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))