1 write to _state
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
39
_state
= state
9 references to _state
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (9)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
196
Return New ReplaceSpanResult(New SnapshotSpan(_subjectBuffer.CurrentSnapshot,
_state
.CaretPosition, 0),
EndConstructGeneration\EndConstructStatementVisitor_IfStatement.vb (4)
26
Dim endOfLine = SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter)
47
Dim position = If(ifBlock.Statements.Any(), ifBlock.Statements(0).SpanStart, ifBlock.IfStatement.Span.End +
_state
.NewLineCharacter.Length)
61
Return SyntaxFactory.List({DirectCast(SyntaxFactory.EmptyStatement(SyntaxFactory.Token(SyntaxKind.EmptyToken, SyntaxFactory.TriviaList(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter)))), StatementSyntax)})
104
trailingTrivia.Add(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter))
EndConstructGeneration\EndConstructStatementVisitor_LambdaHeader.vb (4)
52
newHeader = newHeader.WithTrailingTrivia(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter))
55
Dim newBody = DirectCast(node.Body, StatementSyntax).WithAppendedTrailingTrivia(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter))
83
Dim newHeader = node.SubOrFunctionHeader.WithTrailingTrivia(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter))
88
.WithAppendedTrailingTrivia(SyntaxFactory.EndOfLineTrivia(
_state
.NewLineCharacter))