1 write to _options
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNodeRemover.vb (1)
42
Me.
_options
= options
21 references to _options
Microsoft.CodeAnalysis.VisualBasic (21)
Syntax\SyntaxNodeRemover.vb (21)
207
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
209
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetLeadingTrivia()) Then
213
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
217
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
219
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetTrailingTrivia()) Then
223
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
229
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
233
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso
238
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
244
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
246
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetTrailingTrivia()) Then
250
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
256
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
258
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso HasEndOfLine(node.GetLeadingTrivia()) Then
262
If (Me.
_options
And (SyntaxRemoveOptions.KeepDirectives Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
268
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
272
ElseIf (Me.
_options
And SyntaxRemoveOptions.KeepEndOfLine) <> 0 AndAlso
277
If (Me.
_options
And SyntaxRemoveOptions.AddElasticMarker) <> 0 Then
284
If (Me.
_options
And SyntaxRemoveOptions.KeepLeadingTrivia) <> 0 Then
287
If (Me.
_options
And SyntaxRemoveOptions.KeepTrailingTrivia) <> 0 Then
306
If (Me.
_options
And SyntaxRemoveOptions.KeepDirectives) <> 0 Then