2 types derived from ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (2)
Utilities\ProjectPropertyStorage.cs (2)
44private sealed class BuildPropertyStorage : ProjectPropertyStorage 55private sealed class PerConfigurationPropertyStorage : ProjectPropertyStorage
9 references to ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
442var storage = ProjectPropertyStorage.Create(TryGetDTEProject(projectId)!, ServiceProvider.GlobalProvider); 459var 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)
29public static ProjectPropertyStorage Create(Project project, IServiceProvider serviceProvider)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Utilities\CSharpCompilationOptionsChangingService.cs (1)
33public void Apply(CompilationOptions oldOptions, CompilationOptions newOptions, ProjectPropertyStorage storage)
Utilities\CSharpParseOptionsChangingService.cs (1)
55public void Apply(ParseOptions options, ProjectPropertyStorage storage)