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