1 write to allDependencyRefs
Microsoft.Build.Tasks.Core (1)
ResolveComReference.cs (1)
326allDependencyRefs = new List<ComReferenceInfo>();
3 references to allDependencyRefs
Microsoft.Build.Tasks.Core (3)
ResolveComReference.cs (3)
607foreach (ComReferenceInfo dependencyRefInfo in allDependencyRefs) 987foreach (ComReferenceInfo dependencyRefInfo in allDependencyRefs) 1113allDependencyRefs.Add(referenceInfo);