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