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