1 implementation of ICodeStyleOption2
Microsoft.CodeAnalysis.Workspaces (1)
CodeStyleOption2`1.cs (1)
78
internal sealed partial class CodeStyleOption2<T> :
ICodeStyleOption2
, IEquatable<CodeStyleOption2<T>?>
6 references to ICodeStyleOption2
Microsoft.CodeAnalysis.Workspaces (4)
CodeStyleOption2`1.cs (4)
29
/// Creates a new <see cref="
ICodeStyleOption2
"/> from a specified <paramref name="element"/>.
34
ICodeStyleOption2
FromXElement(XElement element);
181
ICodeStyleOption2
ICodeStyleOption2
.FromXElement(XElement element)
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioSettingsOptionPersister.cs (1)
145
if (defaultValue is
ICodeStyleOption2
codeStyle)
Roslyn.VisualStudio.Next.UnitTests (1)
Options\VisualStudioSettingsOptionPersisterTests.cs (1)
107
typeof(
ICodeStyleOption2
).IsAssignableFrom(optionType) ? typeof(string) :