5 references to NavigateToSourceLinkAndEmbeddedSources
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\MetadataAsSourceOptionsStorage.cs (1)
16
NavigateToSourceLinkAndEmbeddedSources = globalOptions.GetOption(
NavigateToSourceLinkAndEmbeddedSources
),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
61
MetadataAsSourceOptionsStorage.
NavigateToSourceLinkAndEmbeddedSources
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
68
BindToOption(Enable_navigation_to_sourcelink_and_embedded_sources, MetadataAsSourceOptionsStorage.
NavigateToSourceLinkAndEmbeddedSources
);
Options\AutomationObject\AutomationObject.OnOff.cs (2)
107
get { return GetBooleanOption(MetadataAsSourceOptionsStorage.
NavigateToSourceLinkAndEmbeddedSources
); }
108
set { SetBooleanOption(MetadataAsSourceOptionsStorage.
NavigateToSourceLinkAndEmbeddedSources
, value); }