2 writes to _possibleKeywordKind
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (2)
25Me._possibleKeywordKind = possibleKeywordKind 34_possibleKeywordKind = CType(reader.ReadUInt16(), SyntaxKind)
3 references to _possibleKeywordKind
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\InternalSyntax\ComplexIdentifierSyntax.vb (3)
46writer.WriteUInt16(CType(_possibleKeywordKind, UInt16)) 57Return Me._possibleKeywordKind 63Return Me._possibleKeywordKind