1 write to _projectInstance
NuGet.Build.Tasks.Console (1)
MSBuildProjectInstance.cs (1)
30_projectInstance = projectInstance ?? throw new ArgumentNullException(nameof(projectInstance));
5 references to _projectInstance
NuGet.Build.Tasks.Console (5)
MSBuildProjectInstance.cs (5)
36public string Directory => _projectInstance.Directory; 41public string FullPath => _projectInstance.FullPath; 50return _projectInstance.GetItems(name).Select(i => new MSBuildProjectItemInstance(i)); 54protected override string GetPropertyValue(string name) => _projectInstance.GetPropertyValue(name); 58if (_projectInstance.GlobalProperties.TryGetValue(property, out string value))