2 types derived from ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (2)
Utilities\ProjectPropertyStorage.cs (2)
46
private sealed class BuildPropertyStorage :
ProjectPropertyStorage
57
private sealed class PerConfigurationPropertyStorage :
ProjectPropertyStorage
7 references to ProjectPropertyStorage
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
496
var
storage =
ProjectPropertyStorage
.Create(TryGetDTEProject(projectId), ServiceProvider.GlobalProvider);
513
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)
31
public static
ProjectPropertyStorage
Create(Project project, IServiceProvider serviceProvider)