1 write to ProjectSystemProject
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
109
ProjectSystemProject
= threadingContext.JoinableTaskFactory.Run(() => projectFactory.CreateAndAddToWorkspaceAsync(
30 references to ProjectSystemProject
Microsoft.VisualStudio.LanguageServices (30)
ProjectSystem\Legacy\AbstractLegacyProject.cs (21)
40
internal ProjectSystemProject Test_ProjectSystemProject =>
ProjectSystemProject
;
124
ProjectSystemProject
,
132
ProjectSystemProject
.DefaultNamespace = GetRootNamespacePropertyValue(hierarchy);
136
ProjectSystemProject
.MaxLangVersion = maxLangVer;
141
ProjectSystemProject
.RunAnalyzers = runAnayzers;
146
ProjectSystemProject
.RunAnalyzersDuringLiveAnalysis = runAnayzersDuringLiveAnalysis;
155
_externalErrorReporter = new ProjectExternalErrorReporter(
ProjectSystemProject
.Id, projectHierarchyGuid, externalErrorReportingPrefix, language, workspaceImpl);
157
_batchScopeCreator.StartTrackingProject(
ProjectSystemProject
, Hierarchy);
160
public string AssemblyName =>
ProjectSystemProject
.AssemblyName;
163
=>
ProjectSystemProject
.CompilationOutputAssemblyFilePath;
167
_batchScopeCreator.StopTrackingProject(
ProjectSystemProject
);
171
ProjectSystemProject
.RemoveFromWorkspace();
193
ProjectSystemProject
.AddSourceFile(filename, sourceCodeKind, folders);
215
else if (!string.IsNullOrEmpty(
ProjectSystemProject
.FilePath))
222
ProjectSystemProject
.AddSourceFile(filename, sourceCodeKind, folders);
235
ProjectSystemProject
.RemoveSourceFile(filename);
269
if (
ProjectSystemProject
.FilePath == null)
274
outputDirectory = FileUtilities.ResolveRelativePath(outputDirectory, Path.GetDirectoryName(
ProjectSystemProject
.FilePath));
282
ProjectSystemProject
.OutputFilePath = FileUtilities.NormalizeAbsolutePath(Path.Combine(outputDirectory, targetFileName));
286
ProjectSystemProject
.OutputRefFilePath = targetRefPath;
290
ProjectSystemProject
.OutputRefFilePath = null;
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerConfigFileHost.cs (2)
12
=>
ProjectSystemProject
.AddAnalyzerConfigFile(filePath);
15
=>
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)
18
=> _batchScopes.Push(
ProjectSystemProject
.CreateBatchScope());
ProjectSystem\Legacy\AbstractLegacyProject_IVsHierarchyEvents.cs (2)
66
ProjectSystemProject
.FilePath = filePath;
71
ProjectSystemProject
.DisplayName = name;