1 write to ProjectSystemProject
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
108
ProjectSystemProject
= threadingContext.JoinableTaskFactory.Run(() => projectFactory.CreateAndAddToWorkspaceAsync(
30 references to ProjectSystemProject
Microsoft.VisualStudio.LanguageServices (30)
ProjectSystem\Legacy\AbstractLegacyProject.cs (21)
39
internal ProjectSystemProject Test_ProjectSystemProject =>
ProjectSystemProject
;
123
ProjectSystemProject
,
131
ProjectSystemProject
.DefaultNamespace = GetRootNamespacePropertyValue(hierarchy);
135
ProjectSystemProject
.MaxLangVersion = maxLangVer;
140
ProjectSystemProject
.RunAnalyzers = runAnayzers;
145
ProjectSystemProject
.RunAnalyzersDuringLiveAnalysis = runAnayzersDuringLiveAnalysis;
154
_externalErrorReporter = new ProjectExternalErrorReporter(
ProjectSystemProject
.Id, projectHierarchyGuid, externalErrorReportingPrefix, language, workspaceImpl);
156
_batchScopeCreator.StartTrackingProject(
ProjectSystemProject
, Hierarchy);
159
public string AssemblyName =>
ProjectSystemProject
.AssemblyName;
162
=>
ProjectSystemProject
.CompilationOutputAssemblyFilePath;
166
_batchScopeCreator.StopTrackingProject(
ProjectSystemProject
);
170
ProjectSystemProject
.RemoveFromWorkspace();
192
ProjectSystemProject
.AddSourceFile(filename, sourceCodeKind, folders);
214
else if (!string.IsNullOrEmpty(
ProjectSystemProject
.FilePath))
221
ProjectSystemProject
.AddSourceFile(filename, sourceCodeKind, folders);
234
ProjectSystemProject
.RemoveSourceFile(filename);
268
if (
ProjectSystemProject
.FilePath == null)
273
outputDirectory = FileUtilities.ResolveRelativePath(outputDirectory, Path.GetDirectoryName(
ProjectSystemProject
.FilePath));
281
ProjectSystemProject
.OutputFilePath = FileUtilities.NormalizeAbsolutePath(Path.Combine(outputDirectory, targetFileName));
285
ProjectSystemProject
.OutputRefFilePath = targetRefPath;
289
ProjectSystemProject
.OutputRefFilePath = null;
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerConfigFileHost.cs (2)
14
=>
ProjectSystemProject
.AddAnalyzerConfigFile(filePath);
17
=>
ProjectSystemProject
.RemoveAnalyzerConfigFile(filePath);
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (4)
15
=>
ProjectSystemProject
.AddAnalyzerReference(analyzerAssemblyFullPath);
18
=>
ProjectSystemProject
.RemoveAnalyzerReference(analyzerAssemblyFullPath);
38
=>
ProjectSystemProject
.AddAdditionalFile(additionalFilePath, folders: GetFolderNamesForDocument(additionalFilePath));
41
=>
ProjectSystemProject
.RemoveAdditionalFile(additionalFilePath);
ProjectSystem\Legacy\AbstractLegacyProject_IProjectSiteEx.cs (1)
21
=> _batchScopes.Push(
ProjectSystemProject
.CreateBatchScope());
ProjectSystem\Legacy\AbstractLegacyProject_IVsHierarchyEvents.cs (2)
68
ProjectSystemProject
.FilePath = filePath;
73
ProjectSystemProject
.DisplayName = name;