4 references to Unsupported
Microsoft.CodeAnalysis.Workspaces (4)
EditorConfigValueSerializer.cs (1)
70
return EditorConfigValueSerializer<T>.
Unsupported
;
Options\Option.cs (1)
70
: this(new OptionDefinition<T>(defaultValue, EditorConfigValueSerializer<T>.
Unsupported
, group, feature + "_" + name, storageMapping, isEditorConfigOption), feature, name, storageLocations)
Options\PerLanguageOption.cs (1)
62
: this(new OptionDefinition<T>(defaultValue, EditorConfigValueSerializer<T>.
Unsupported
, group, feature + "_" + name, storageMapping, isEditorConfigOption), feature, name, storageLocations)
PublicOptionFactory.cs (1)
62
serializer: EditorConfigValueSerializer<TPublicValue>.
Unsupported
, // public option instances do not need to be serialized to editorconfig