3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
Options\Option.cs (1)
70: this(new OptionDefinition<T>(defaultValue, EditorConfigValueSerializer<T>.Unsupported, group, feature + "_" + name, storageMapping, isEditorConfigOption), feature, name, storageLocations)
Options\OptionExtensions.cs (1)
30return new(newDefinition, option.Feature, option.Name, option.StorageLocations);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Options\PublicOptionFactory.cs (1)
60publicOptionFactory: internalOption => new Option<TPublicValue>(