2 references to UsedAssemblyReferences
Microsoft.Cci.Extensions (2)
Traversers\AssemblyReferenceTraverser.cs (2)
49if (!UsedAssemblyReferences.Contains(id)) // Only checking for contains for so can easily see new additions with a breakpoint in the debugger. 50UsedAssemblyReferences.Add(id);