Implemented interface member:
property
StorageLocations
Microsoft.CodeAnalysis.Options.IOption.StorageLocations
1 write to StorageLocations
Microsoft.CodeAnalysis.Workspaces (1)
Options\Option.cs (1)
79StorageLocations = storageLocations;
1 reference to StorageLocations
Microsoft.CodeAnalysis.Workspaces (1)
Options\OptionExtensions.cs (1)
30return new(newDefinition, option.Feature, option.Name, option.StorageLocations);