4 references to GetDeclarationBehavior
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (3)
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);
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
392
Contract.ThrowIfFalse(variable.
GetDeclarationBehavior
() is