5 references to MoveOut
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
80
=> Variables.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.
MoveOut
);
83
=> Variables.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.SplitOut or DeclarationBehavior.
MoveOut
);
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
319
DeclarationBehavior.
MoveOut
or
ExtractMethod\ParameterStyle.cs (2)
18
new(ParameterBehavior.None, DeclarationBehavior.
MoveOut
);
36
new(ParameterBehavior.Out, DeclarationBehavior.
MoveOut
);