1 write to _dependencyReferences
Microsoft.NET.Build.Tasks (1)
SingleProjectInfo.cs (1)
51_dependencyReferences = dependencyReferences ?? new List<ReferenceInfo>();
2 references to _dependencyReferences
Microsoft.NET.Build.Tasks (2)
SingleProjectInfo.cs (2)
32get { return _dependencyReferences; } 118ReferenceInfo referenceInfo = referenceProjectInfo._dependencyReferences.SingleOrDefault(r => r.FullPath.Equals(originalItemSpec));