29 types derived from VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxNodeRemover.vb (1)
31Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxNormalizer.vb (1)
14Inherits VisualBasicSyntaxRewriter
Syntax\SyntaxReplacer.vb (2)
52Inherits VisualBasicSyntaxRewriter 236Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
src\45a5dce26ceffa63\VisualBasicRemoveUnnecessaryImportsRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SingleLineRewriter.vb (1)
9Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.TriviaRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Features (8)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.ReferenceRewriter.vb (1)
16Inherits VisualBasicSyntaxRewriter
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
14Inherits VisualBasicSyntaxRewriter
IntroduceVariable\VisualBasicIntroduceVariableService.Rewriter.vb (1)
12Inherits VisualBasicSyntaxRewriter
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
144Inherits 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.Workspaces (11)
CaseCorrection\VisualBasicCaseCorrectionService.Rewriter.vb (1)
15Inherits VisualBasicSyntaxRewriter
CodeCleanup\Providers\AbstractTokensCodeCleanupProvider.vb (1)
36Inherits VisualBasicSyntaxRewriter
CodeCleanup\Providers\NormalizeModifiersOrOperatorsCodeCleanupProvider.vb (1)
50Inherits VisualBasicSyntaxRewriter
OrganizeImports\VisualBasicOrganizeImportsService.Rewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
38Inherits VisualBasicSyntaxRewriter
Simplification\Reducers\AbstractVisualBasicReducer.AbstractReductionRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
Simplification\VisualBasicSimplificationService.Expander.vb (1)
15Inherits VisualBasicSyntaxRewriter
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (1)
14Inherits VisualBasicSyntaxRewriter
src\45a5dce26ceffa63\VisualBasicRemoveUnnecessaryImportsRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SingleLineRewriter.vb (1)
9Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.TriviaRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
Roslyn.Diagnostics.VisualBasic.Analyzers (3)
src\45a5dce26ceffa63\VisualBasicRemoveUnnecessaryImportsRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SingleLineRewriter.vb (1)
9Inherits VisualBasicSyntaxRewriter
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Engine\Trivia\TriviaDataFactory.TriviaRewriter.vb (1)
13Inherits VisualBasicSyntaxRewriter
8 instantiations of VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNormalizer.vb (1)
45MyBase.New(visitIntoStructuredTrivia:=True)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
150MyBase.New(visitIntoStructuredTrivia:=False)
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)
32MyBase.New(visitIntoStructuredTrivia:=True)
2 references to VisualBasicSyntaxRewriter
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (2)
187documentationCommentRewriter As VisualBasicSyntaxRewriter) As SyntaxNode 192Private Shared Function ConvertTrivia(trivia As SyntaxTrivia, documentationCommentRewriter As VisualBasicSyntaxRewriter) As SyntaxTrivia