2 types derived from ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (2)
Utilities\ProjectPropertyStorage.cs (2)
46private sealed class BuildPropertyStorage : ProjectPropertyStorage 57private sealed class PerConfigurationPropertyStorage : ProjectPropertyStorage
7 references to ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
496var storage = ProjectPropertyStorage.Create(TryGetDTEProject(projectId), ServiceProvider.GlobalProvider); 513var storage = ProjectPropertyStorage.Create(TryGetDTEProject(projectId), ServiceProvider.GlobalProvider);
Utilities\ICompilationOptionsChangingService.cs (1)
14void Apply(CompilationOptions oldOptions, CompilationOptions newOptions, ProjectPropertyStorage storage);
Utilities\IParseOptionsChangingService.cs (1)
14void Apply(ParseOptions options, ProjectPropertyStorage storage);
Utilities\ProjectPropertyStorage.cs (1)
31public static ProjectPropertyStorage Create(Project project, IServiceProvider serviceProvider)