2 references to FromXElement
Microsoft.CodeAnalysis.CodeStyle (1)
NamingStylePreferences.cs (1)
336
.Select(NamingStyle.
FromXElement
).ToImmutableArray(),
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
NamingStyleCodeFixProvider.cs (1)
55
var style = NamingStyle.
FromXElement
(XElement.Parse(serializedNamingStyle));