1 write to _options
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNodeRemover.vb (1)
47
Me.
_options
= options
21 references to _options
Microsoft.CodeAnalysis.VisualBasic (21)
Syntax\SyntaxNodeRemover.vb (21)
212
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
214
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetLeadingTrivia()) Then
218
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
222
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
224
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetTrailingTrivia()) Then
228
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
234
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
238
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso
243
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
249
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
251
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetTrailingTrivia()) Then
255
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
261
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
263
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetLeadingTrivia()) Then
267
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
273
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
277
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso
282
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
289
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
292
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
311
If (Me.
_options
And SyntaxRemoveOptions.KeepDirectives) <> 0 Then