5 references to Variables
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (5)
70
return
Variables
.WhereAsArray(
75
=>
Variables
.Where(v => v.UseAsParameter);
78
=>
Variables
.Where(v => v.GetDeclarationBehavior() == DeclarationBehavior.MoveIn);
81
=>
Variables
.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.MoveOut);
84
=>
Variables
.Where(v => v.GetDeclarationBehavior() is DeclarationBehavior.SplitOut or DeclarationBehavior.MoveOut);