5 references to MoveIn
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
504
Contract.ThrowIfFalse(variableStyle.ParameterStyle.DeclarationBehavior == DeclarationBehavior.
MoveIn
|| variableStyle.ParameterStyle.DeclarationBehavior == DeclarationBehavior.SplitIn);
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
70
v => v.GetDeclarationBehavior() is DeclarationBehavior.SplitIn or DeclarationBehavior.
MoveIn
);
77
=> Variables.Where(v => v.GetDeclarationBehavior() == DeclarationBehavior.
MoveIn
);
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
320
DeclarationBehavior.
MoveIn
);
ExtractMethod\ParameterStyle.cs (1)
24
new(ParameterBehavior.None, DeclarationBehavior.
MoveIn
);