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