1 write to _featureService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
172
_featureService
= featureServiceFactory.GlobalFeatureService;
1 reference to _featureService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
173
_completionDisabledToken =
_featureService
.Disable(PredefinedEditorFeatureNames.Completion, this);