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