3 references to FromXElement
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\PreferBracesPreference.cs (2)
22
/// <see cref="CodeStyleOption2{T}.
FromXElement
(XElement)"/>. Prior to the use of this enum, the serialized value
39
/// <see cref="CodeStyleOption2{T}.
FromXElement
(XElement)"/>. Prior to the use of this enum, the serialized value
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyle\CodeStyleOption.cs (1)
64
=> new(CodeStyleOption2<T>.
FromXElement
(element));