33 types derived from VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxNodeRemover.vb (1)
36Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxNormalizer.vb (1)
14Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxReplacer.vb (2)
52Inherits VisualBasicSyntaxRewriter 232Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
SingleLineRewriter.vb (1)
9Inherits VisualBasicSyntaxRewriter
TriviaDataFactory.TriviaRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
VisualBasicRemoveUnnecessaryImportsRewriter.vb (1)
14Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Features (8)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb (1)
16Inherits VisualBasicSyntaxRewriter
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
IntroduceVariable\VisualBasicIntroduceVariableService.Rewriter.vb (1)
12Inherits VisualBasicSyntaxRewriter
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
140Inherits VisualBasicSyntaxRewriter
Organizing\VisualBasicOrganizerService.Rewriter.vb (1)
11Inherits VisualBasicSyntaxRewriter
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.ConvertValueToParamRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.ConvertValueToReturnsRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
SimplifyThisOrMe\VisualBasicSimplifyThisOrMeCodeFixProvider.vb (1)
32Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Syntax\GeneratedTests.vb (1)
102Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxAnnotationTests.vb (3)
664Inherits VisualBasicSyntaxRewriter 702Inherits VisualBasicSyntaxRewriter 746Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxRewriterTests.vb (2)
707Inherits VisualBasicSyntaxRewriter 812Inherits VisualBasicSyntaxRewriter
TestSyntaxNodes.vb (1)
1116Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Workspaces (11)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (1)
15Inherits VisualBasicSyntaxRewriter
CodeCleanup\Providers\AbstractTokensCodeCleanupProvider.vb (1)
36Inherits VisualBasicSyntaxRewriter
CodeCleanup\Providers\NormalizeModifiersOrOperatorsCodeCleanupProvider.vb (1)
50Inherits VisualBasicSyntaxRewriter
Formatting\Engine\Trivia\TriviaDataFactory.TriviaRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
OrganizeImports\VisualBasicOrganizeImportsService.Rewriter.vb (1)
14Inherits VisualBasicSyntaxRewriter
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
38Inherits VisualBasicSyntaxRewriter
Simplification\Reducers\AbstractVisualBasicReducer.AbstractReductionRewriter.vb (1)
14Inherits VisualBasicSyntaxRewriter
Simplification\VisualBasicSimplificationService.Expander.vb (1)
15Inherits VisualBasicSyntaxRewriter
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (1)
17Inherits VisualBasicSyntaxRewriter
SingleLineRewriter.vb (1)
9Inherits VisualBasicSyntaxRewriter
VisualBasicRemoveUnnecessaryImportsRewriter.vb (1)
14Inherits VisualBasicSyntaxRewriter
13 instantiations of VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\SyntaxNodeRemover.vb (1)
45MyBase.New(nodes.Any(Function(n) n.IsPartOfStructuredTrivia()))
Syntax\SyntaxNormalizer.vb (1)
45MyBase.New(visitIntoStructuredTrivia:=True)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
146MyBase.New(visitIntoStructuredTrivia:=False)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Syntax\SyntaxAnnotationTests.vb (3)
668MyBase.New(visitIntoStructuredTrivia:=True) 707MyBase.New(visitIntoStructuredTrivia:=True) 751MyBase.New(visitIntoStructuredTrivia:=True)
Syntax\SyntaxRewriterTests.vb (1)
710MyBase.New(visitIntoStructuredTrivia:=True)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (1)
48MyBase.New(visitIntoStructuredTrivia:=True)
CodeCleanup\Providers\AbstractTokensCodeCleanupProvider.vb (1)
46MyBase.New(visitIntoStructuredTrivia:=True)
CodeCleanup\Providers\NormalizeModifiersOrOperatorsCodeCleanupProvider.vb (1)
82MyBase.New(visitIntoStructuredTrivia:=True)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
106MyBase.New(visitIntoStructuredTrivia:=True)
Simplification\VisualBasicSimplificationService.Expander.vb (1)
30MyBase.New(visitIntoStructuredTrivia:=True)
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (1)
35MyBase.New(visitIntoStructuredTrivia:=True)
3 references to VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (2)
188documentationCommentRewriter As VisualBasicSyntaxRewriter) As SyntaxNode 193Private Shared Function ConvertTrivia(trivia As SyntaxTrivia, documentationCommentRewriter As VisualBasicSyntaxRewriter) As SyntaxTrivia
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
1199Dim rewriter As VisualBasicSyntaxRewriter