1 implementation of FromXElement
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyleOption2`1.cs (1)
181ICodeStyleOption2 ICodeStyleOption2.FromXElement(XElement element)
1 reference to FromXElement
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioSettingsOptionPersister.cs (1)
151return new Optional<object?>(codeStyle.FromXElement(XElement.Parse(value)));