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