5 references to _service
Microsoft.CodeAnalysis.Features (5)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (5)
116
IsConstant = IsExpressionConstant(Document, Expression,
_service
, cancellationToken);
142
var enclosingBlocks =
_service
.GetContainingExecutableBlocks(Expression);
162
if (
_service
.IsInExpressionBodiedMember(Expression))
173
if (
_service
.IsInAutoPropertyInitializer(Expression))
262
if (!
_service
.CanIntroduceVariableFor(Expression))