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