24 references to None
Microsoft.CodeAnalysis.VisualBasic (24)
Parser\ParseConditional.vb (1)
408ElseIf errorCode.Identifier.TypeCharacter <> TypeCharacter.None Then
Parser\Parser.vb (2)
2909(DirectCast(CurrentToken, IdentifierTokenSyntax).TypeCharacter <> TypeCharacter.None OrElse 4788If aliasIdentifier.TypeCharacter <> TypeCharacter.None Then
Parser\ParseStatement.vb (3)
877If ident.TypeCharacter <> TypeCharacter.None Then 889If intLiteral.TypeSuffix = TypeCharacter.None Then 896intLiteral = New IntegerLiteralTokenSyntax(Of ULong)(SyntaxKind.IntegerLiteralToken, intLiteral.ToString, intLiteral.GetLeadingTrivia, intLiteral.GetTrailingTrivia, intLiteral.Base, TypeCharacter.None, intLiteralValue)
Preprocessor\ExpressionEvaluator.vb (2)
293If typeChar <> TypeCharacter.None AndAlso typeChar <> AsTypeCharacter(value.SpecialType) Then 346Return TypeCharacter.None
Scanner\Scanner.vb (6)
1533Dim TypeCharacter As TypeCharacter = TypeCharacter.None 1584Dim baseSpelling = If(TypeCharacter = TypeCharacter.None, 1589If TypeCharacter = TypeCharacter.None Then 1662TypeCharacter.None, 1870Dim TypeCharacter As TypeCharacter = TypeCharacter.None 2041If TypeCharacter = TypeCharacter.None Then
Scanner\TokenFactories.vb (3)
267TypeCharacter.None, 289TypeCharacter <> TypeCharacter.None Then 319(identifier.TypeCharacter = TypeCharacter.None OrElse identifier.PossibleKeywordKind = SyntaxKind.MidKeyword))
Syntax\InternalSyntax\SimpleIdentifierSyntax.vb (1)
48Return TypeCharacter.None
Syntax\InternalSyntax\SyntaxNodeFactories.vb (6)
40Case TypeCharacter.None 63Case TypeCharacter.DoubleLiteral, TypeCharacter.Double, TypeCharacter.None 107Return New ComplexIdentifierSyntax(SyntaxKind.IdentifierToken, Nothing, Nothing, "", Nothing, Nothing, kind, False, "", TypeCharacter.None) 142Return IntegerLiteralToken("", LiteralBase.Decimal, TypeCharacter.None, Nothing, Nothing, Nothing) 401t = SyntaxFactory.FloatingLiteralToken("", TypeCharacter.None, Nothing, Nothing, Nothing) 404t = SyntaxFactory.DecimalLiteralToken("", TypeCharacter.None, Nothing, Nothing, Nothing)