4 references to Count
ILCompiler.DependencyAnalysisFramework (4)
DependencyAnalyzer.cs (4)
241
while (_markStack.
Count
> 0)
294
} while (_markStack.
Count
!= 0);
327
if (_markStack.
Count
== 0)
343
} while ((_markStack.
Count
!= 0) || (_deferredStaticDependencies.Count != 0));