2 instantiations of PostProcessor
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
160
var postProcessor = new
PostProcessor
(semanticModel, insertionPointNode.SpanStart);
522
var postProcessor = new
PostProcessor
(semanticModel, insertionPointNode.SpanStart);
5 references to PostProcessor
Microsoft.CodeAnalysis.CSharp.Features (5)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (5)
160
var
postProcessor = new PostProcessor(semanticModel, insertionPointNode.SpanStart);
289
statements =
PostProcessor
.RemoveRedundantBlock(statements);
290
statements =
PostProcessor
.RemoveDeclarationAssignmentPattern(statements);
291
statements =
PostProcessor
.RemoveInitializedDeclarationAndReturnPattern(statements);
522
var
postProcessor = new PostProcessor(semanticModel, insertionPointNode.SpanStart);