1 write to NavigateToDecompiledSources
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\MetadataAsSourceOptionsStorage.cs (1)
16NavigateToDecompiledSources = globalOptions.GetOption(NavigateToDecompiledSources),
1 reference to NavigateToDecompiledSources
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
79var useDecompiler = !signaturesOnly && options.NavigateToDecompiledSources;