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;
318
basicBlock.
State
= BasicBlock.ImportState.IsPending;
2 references to State
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (1)
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)