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