6 references to IsProcessed
illink (6)
Linker.Steps\MarkStep.cs (5)
404
if (!Annotations.
IsProcessed
(assembly))
435
if (Annotations.
IsProcessed
(pending.Key))
1374
Debug.Assert (Annotations.
IsProcessed
(assembly));
3522
if (!Annotations.
IsProcessed
(methodIL.Method)) {
3528
Debug.Assert (Annotations.
IsProcessed
(owningMethod));
Linker\Annotations.cs (1)
310
if (
IsProcessed
(type)) {