1 write to IsUsingSemanticContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
173
this.
IsUsingSemanticContext
= _globalOptionService.GetOption(InlineRenameUIOptionsStorage.GetSuggestionsContext);
2 references to IsUsingSemanticContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (2)
200
/// 2. Get definition and references if <see cref="
IsUsingSemanticContext
"/> is set.
222
if (
IsUsingSemanticContext
)