3 references to Unmarked
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (2)
54
public ImportState State = ImportState.
Unmarked
;
1553
if (next.State != BasicBlock.ImportState.
Unmarked
)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (1)
312
if (basicBlock.State == BasicBlock.ImportState.
Unmarked
)