5 references to _service
Microsoft.CodeAnalysis.Features (5)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (5)
103
IsConstant = IsExpressionConstant(Document, Expression,
_service
, cancellationToken);
129
var enclosingBlocks =
_service
.GetContainingExecutableBlocks(Expression);
149
if (
_service
.IsInExpressionBodiedMember(Expression))
160
if (
_service
.IsInAutoPropertyInitializer(Expression))
249
if (!
_service
.CanIntroduceVariableFor(Expression))