6 references to ImportState
ILCompiler.Compiler (6)
IL\ILImporter.Scanner.cs (3)
54
public
ImportState
State =
ImportState
.Unmarked;
1553
if (next.State != BasicBlock.
ImportState
.Unmarked)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\ILImporter.cs (3)
293
_basicBlocks[0].State = BasicBlock.
ImportState
.IsPending;
312
if (basicBlock.State == BasicBlock.
ImportState
.Unmarked)
318
basicBlock.State = BasicBlock.
ImportState
.IsPending;