2 instantiations of PostProcessor
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
151
var postProcessor = new
PostProcessor
(semanticModel, insertionPointNode.SpanStart);
786
var postProcessor = new
PostProcessor
(semanticModel, insertionPointNode.SpanStart);
5 references to PostProcessor
Microsoft.CodeAnalysis.CSharp.Features (5)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (5)
151
var
postProcessor = new PostProcessor(semanticModel, insertionPointNode.SpanStart);
553
statements =
PostProcessor
.RemoveRedundantBlock(statements);
554
statements =
PostProcessor
.RemoveDeclarationAssignmentPattern(statements);
555
statements =
PostProcessor
.RemoveInitializedDeclarationAndReturnPattern(statements);
786
var
postProcessor = new PostProcessor(semanticModel, insertionPointNode.SpanStart);