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