7 references to TABLE_LIMIT
Microsoft.CodeAnalysis.VisualBasic (7)
Scanner\Scanner.vb (6)
59
Private Shared ReadOnly s_keywordsObjsPool As ObjectPool(Of CachingIdentityFactory(Of String, SyntaxKind)) = CachingIdentityFactory(Of String, SyntaxKind).CreatePool(
TABLE_LIMIT
, s_keywordKindFactory)
63
Function() New CachingFactory(Of TokenParts, IdentifierTokenSyntax)(
TABLE_LIMIT
, Nothing, s_tokenKeyHasher, s_tokenKeyEquality))
68
Function() New CachingFactory(Of TokenParts, KeywordSyntax)(
TABLE_LIMIT
, Nothing, s_tokenKeyHasher, s_tokenKeyEquality))
73
Function() New CachingFactory(Of TokenParts, PunctuationSyntax)(
TABLE_LIMIT
, Nothing, s_tokenKeyHasher, s_tokenKeyEquality))
78
Function() New CachingFactory(Of TokenParts, SyntaxToken)(
TABLE_LIMIT
, Nothing, s_tokenKeyHasher, s_tokenKeyEquality))
83
Function() New CachingFactory(Of SyntaxListBuilder, CoreInternalSyntax.SyntaxList(Of VisualBasicSyntaxNode))(
TABLE_LIMIT
, s_wsListFactory, s_wsListKeyHasher, s_wsListKeyEquality))
Scanner\TokenFactories.vb (1)
44
Dim table = New CachingFactory(Of TriviaKey, SyntaxTrivia)(
TABLE_LIMIT
, Nothing, s_triviaKeyHasher, s_triviaKeyEquality)