129 references to TryGetNode
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.cs (1)
58
GreenNode? cached = SyntaxNodeCache.
TryGetNode
(GreenNode.ListKind, child0, child1, child2, out hash);
Microsoft.CodeAnalysis.VisualBasic (128)
Generated\Syntax.xml.Internal.Generated.vb (128)
42767
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.OptionStatement, optionKeyword, nameKeyword, valueKeyword, hash)
42877
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlNamespaceImportsClause, lessThanToken, xmlNamespace, greaterThanToken, hash)
42908
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.NamespaceBlock, namespaceStatement, members.Node, endNamespaceStatement, hash)
43073
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.EnumBlock, enumStatement, members.Node, endEnumStatement, hash)
43328
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.TypeParameter, varianceKeyword, identifier, typeParameterConstraintClause, hash)
43546
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.EnumMemberDeclaration, attributeLists.Node, identifier, initializer, hash)
43578
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SubBlock, subOrFunctionStatement, statements.Node, endSubOrFunctionStatement, hash)
43610
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.FunctionBlock, subOrFunctionStatement, statements.Node, endSubOrFunctionStatement, hash)
43647
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, subOrFunctionStatement, statements.Node, endSubOrFunctionStatement, hash)
43679
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ConstructorBlock, subNewStatement, statements.Node, endSubStatement, hash)
43711
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.OperatorBlock, operatorStatement, statements.Node, endOperatorStatement, hash)
43746
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.GetAccessorBlock, accessorStatement, statements.Node, endAccessorStatement, hash)
43781
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SetAccessorBlock, accessorStatement, statements.Node, endAccessorStatement, hash)
43816
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AddHandlerAccessorBlock, accessorStatement, statements.Node, endAccessorStatement, hash)
43851
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RemoveHandlerAccessorBlock, accessorStatement, statements.Node, endAccessorStatement, hash)
43886
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RaiseEventAccessorBlock, accessorStatement, statements.Node, endAccessorStatement, hash)
43927
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, accessorStatement, statements.Node, endAccessorStatement, hash)
43960
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, hash)
43993
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.EventBlock, eventStatement, accessors.Node, endEventStatement, hash)
44026
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ParameterList, openParenToken, parameters.Node, closeParenToken, hash)
44964
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.WithEventsPropertyEventContainer, withEventsContainer, dotToken, [property], hash)
44998
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.HandlesClauseItem, eventContainer, dotToken, eventMember, hash)
45032
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IncompleteMember, attributeLists.Node, modifiers.Node, missingIdentifier, hash)
45067
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.FieldDeclaration, attributeLists.Node, modifiers.Node, declarators.Node, hash)
45100
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.VariableDeclarator, names.Node, asClause, initializer, hash)
45134
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SimpleAsClause, asKeyword, attributeLists.Node, type, hash)
45385
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ArrayRankSpecifier, openParenToken, commaTokens.Node, closeParenToken, hash)
45416
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AttributeList, lessThanToken, attributes.Node, greaterThanToken, hash)
45447
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.Attribute, target, name, argumentList, hash)
45587
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, hash)
45620
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.UsingBlock, usingStatement, statements.Node, endUsingStatement, hash)
45653
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SyncLockBlock, syncLockStatement, statements.Node, endSyncLockStatement, hash)
45686
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.WithBlock, withStatement, statements.Node, endWithStatement, hash)
46527
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IfStatement, ifKeyword, condition, thenKeyword, hash)
46586
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ElseIfStatement, elseIfKeyword, condition, thenKeyword, hash)
47108
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SelectBlock, selectStatement, caseBlocks.Node, endSelectStatement, hash)
47140
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SelectStatement, selectKeyword, caseKeyword, expression, hash)
47334
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RangeCaseClause, lowerBound, toKeyword, upperBound, hash)
47366
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseEqualsClause, isKeyword, operatorToken, value, hash)
47398
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseNotEqualsClause, isKeyword, operatorToken, value, hash)
47430
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseLessThanClause, isKeyword, operatorToken, value, hash)
47462
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseLessThanOrEqualClause, isKeyword, operatorToken, value, hash)
47494
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseGreaterThanOrEqualClause, isKeyword, operatorToken, value, hash)
47526
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CaseGreaterThanClause, isKeyword, operatorToken, value, hash)
47565
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, isKeyword, operatorToken, value, hash)
47626
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SimpleDoLoopBlock, doStatement, statements.Node, loopStatement, hash)
47658
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DoWhileLoopBlock, doStatement, statements.Node, loopStatement, hash)
47690
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DoUntilLoopBlock, doStatement, statements.Node, loopStatement, hash)
47722
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DoLoopWhileBlock, doStatement, statements.Node, loopStatement, hash)
47754
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DoLoopUntilBlock, doStatement, statements.Node, loopStatement, hash)
47792
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, doStatement, statements.Node, loopStatement, hash)
48185
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ForBlock, forStatement, statements.Node, nextStatement, hash)
48219
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ForEachBlock, forEachStatement, statements.Node, nextStatement, hash)
48391
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, hash)
48452
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SimpleAssignmentStatement, left, operatorToken, right, hash)
48486
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.MidAssignmentStatement, left, operatorToken, right, hash)
48520
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AddAssignmentStatement, left, operatorToken, right, hash)
48554
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SubtractAssignmentStatement, left, operatorToken, right, hash)
48588
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.MultiplyAssignmentStatement, left, operatorToken, right, hash)
48622
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DivideAssignmentStatement, left, operatorToken, right, hash)
48656
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IntegerDivideAssignmentStatement, left, operatorToken, right, hash)
48690
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ExponentiateAssignmentStatement, left, operatorToken, right, hash)
48724
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.LeftShiftAssignmentStatement, left, operatorToken, right, hash)
48758
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RightShiftAssignmentStatement, left, operatorToken, right, hash)
48792
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ConcatenateAssignmentStatement, left, operatorToken, right, hash)
48836
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, left, operatorToken, right, hash)
49005
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RaiseEventStatement, raiseEventKeyword, name, argumentList, hash)
49066
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ReDimStatement, reDimKeyword, preserveKeyword, clauses.Node, hash)
49097
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ReDimPreserveStatement, reDimKeyword, preserveKeyword, clauses.Node, hash)
49479
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ParenthesizedExpression, openParenToken, expression, closeParenToken, hash)
49510
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.TupleExpression, openParenToken, arguments.Node, closeParenToken, hash)
49541
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.TupleType, openParenToken, elements.Node, closeParenToken, hash)
49821
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SimpleMemberAccessExpression, expression, operatorToken, name, hash)
49853
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DictionaryAccessExpression, expression, operatorToken, name, hash)
49891
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, expression, operatorToken, name, hash)
50093
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AnonymousObjectCreationExpression, newKeyword, attributeLists.Node, initializer, hash)
50156
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CollectionInitializer, openBraceToken, initializers.Node, closeBraceToken, hash)
50299
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AddExpression, left, operatorToken, right, hash)
50330
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SubtractExpression, left, operatorToken, right, hash)
50361
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.MultiplyExpression, left, operatorToken, right, hash)
50392
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.DivideExpression, left, operatorToken, right, hash)
50423
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IntegerDivideExpression, left, operatorToken, right, hash)
50454
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ExponentiateExpression, left, operatorToken, right, hash)
50485
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.LeftShiftExpression, left, operatorToken, right, hash)
50516
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RightShiftExpression, left, operatorToken, right, hash)
50547
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ConcatenateExpression, left, operatorToken, right, hash)
50578
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ModuloExpression, left, operatorToken, right, hash)
50609
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.EqualsExpression, left, operatorToken, right, hash)
50640
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.NotEqualsExpression, left, operatorToken, right, hash)
50671
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.LessThanExpression, left, operatorToken, right, hash)
50702
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.LessThanOrEqualExpression, left, operatorToken, right, hash)
50733
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.GreaterThanOrEqualExpression, left, operatorToken, right, hash)
50764
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.GreaterThanExpression, left, operatorToken, right, hash)
50795
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IsExpression, left, operatorToken, right, hash)
50826
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.IsNotExpression, left, operatorToken, right, hash)
50857
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.LikeExpression, left, operatorToken, right, hash)
50888
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.OrExpression, left, operatorToken, right, hash)
50919
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ExclusiveOrExpression, left, operatorToken, right, hash)
50950
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AndExpression, left, operatorToken, right, hash)
50981
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.OrElseExpression, left, operatorToken, right, hash)
51012
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.AndAlsoExpression, left, operatorToken, right, hash)
51055
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, left, operatorToken, right, hash)
51406
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.MultiLineFunctionLambdaExpression, subOrFunctionHeader, statements.Node, endSubOrFunctionStatement, hash)
51441
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.MultiLineSubLambdaExpression, subOrFunctionHeader, statements.Node, endSubOrFunctionStatement, hash)
51482
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, subOrFunctionHeader, statements.Node, endSubOrFunctionStatement, hash)
51609
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ArgumentList, openParenToken, arguments.Node, closeParenToken, hash)
51723
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.RangeArgument, lowerBound, toKeyword, upperBound, hash)
51865
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.VariableNameEquals, identifier, asClause, equalsToken, hash)
52079
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.SkipWhileClause, skipOrTakeKeyword, whileKeyword, condition, hash)
52112
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.TakeWhileClause, skipOrTakeKeyword, whileKeyword, condition, hash)
52150
Dim cached = SyntaxNodeCache.
TryGetNode
(kind, skipOrTakeKeyword, whileKeyword, condition, hash)
52298
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.JoinCondition, left, equalsKeyword, right, hash)
52392
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.OrderByClause, orderKeyword, byKeyword, orderings.Node, hash)
52558
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlDeclarationOption, name, equals, value, hash)
52580
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlElement, startTag, content.Node, endTag, hash)
52637
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlElementEndTag, lessThanSlashToken, name, greaterThanToken, hash)
52671
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlAttribute, name, equalsToken, value, hash)
52694
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlString, startQuoteToken, textTokens.Node, endQuoteToken, hash)
52763
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlBracketedName, lessThanToken, name, greaterThanToken, hash)
52808
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlComment, lessThanExclamationMinusMinusToken, textTokens.Node, minusMinusGreaterThanToken, hash)
52842
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlCDataSection, beginCDataToken, textTokens.Node, endCDataToken, hash)
52866
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.XmlEmbeddedExpression, lessThanPercentEqualsToken, expression, percentGreaterThanToken, hash)
53036
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.QualifiedName, left, dotToken, right, hash)
53105
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CrefReference, name, signature, asClause, hash)
53128
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.CrefSignature, openParenToken, argumentTypes.Node, closeParenToken, hash)
53184
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.QualifiedCrefOperatorReference, left, dotToken, right, hash)
53457
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.ConditionalAccessExpression, expression, questionMarkToken, whenNotNull, hash)
53512
Dim cached = SyntaxNodeCache.
TryGetNode
(SyntaxKind.InterpolatedStringExpression, dollarSignDoubleQuoteToken, contents.Node, doubleQuoteToken, hash)