5 references to Variables
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (5)
69return Variables.WhereAsArray( 74=> Variables.Where(v => v.UseAsParameter); 77=> Variables.Where(v => v.GetDeclarationBehavior() == DeclarationBehavior.MoveIn); 80=> Variables.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.MoveOut); 83=> Variables.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.SplitOut or DeclarationBehavior.MoveOut);