4 references to Count
ILCompiler.DependencyAnalysisFramework (4)
DependencyAnalyzer.cs (4)
240
while (_markStack.
Count
> 0)
293
} while (_markStack.
Count
!= 0);
326
if (_markStack.
Count
== 0)
342
} while ((_markStack.
Count
!= 0) || (_deferredStaticDependencies.Count != 0));