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