5 references to MoveIn
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (2)
160DeclarationBehavior.MoveIn); 164=> _variables.Where(v => v.GetDeclarationBehavior(cancellationToken) == DeclarationBehavior.MoveIn);
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
310DeclarationBehavior.MoveIn or
ExtractMethod\ParameterStyle.cs (1)
31new ParameterStyle() { ParameterBehavior = ParameterBehavior.None, DeclarationBehavior = DeclarationBehavior.MoveIn, SaferDeclarationBehavior = DeclarationBehavior.SplitIn };
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.Analyzer.vb (1)
33Contract.ThrowIfFalse(style.ParameterStyle.DeclarationBehavior = DeclarationBehavior.MoveIn OrElse style.ParameterStyle.DeclarationBehavior = DeclarationBehavior.SplitIn)