3 implementations of TryGetOption
Microsoft.CodeAnalysis.Workspaces (3)
Options\GlobalOptionService.cs (1)
96
bool IOptionsReader.
TryGetOption
<T>(OptionKey2 optionKey, out T value)
Options\OptionSet.cs (1)
86
bool IOptionsReader.
TryGetOption
<T>(OptionKey2 optionKey, out T value)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Diagnostics\StructuredAnalyzerConfigOptions.cs (1)
55
public bool
TryGetOption
<T>(OptionKey2 optionKey, out T value)