5 references to Unknown
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3268
blockType = BlockType.
Unknown
;
3293
if (findKnownBlock(target, out _) != BlockType.
Unknown
)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
4542
BlockType retBlockType = BlockType.
Unknown
;
4550
return BlockType.
Unknown
;
4623
Debug.Assert(locationBlock != BlockType.
Unknown
, "BlockType.Unknown not expected");