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