1 reference to TryParseStringEditorConfigCodeStyleOption
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\EditorConfigValueSerializer.cs (1)
98
=> new(parseValue: str => CodeStyleHelpers.
TryParseStringEditorConfigCodeStyleOption
(str, defaultValue, out var result) ? result : new Optional<CodeStyleOption2<string>>(),