3 references to VariableDeclaration
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
488
position < node.InKeyword.SpanStart ? ForEachPart.
VariableDeclaration
:
496
ForEachPart.
VariableDeclaration
=> TextSpan.FromBounds(node.Type.SpanStart, node.Identifier.Span.End),
506
ForEachPart.
VariableDeclaration
=> TextSpan.FromBounds(node.Variable.SpanStart, node.Variable.Span.End),