5 references to Unknown
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3162
blockType = BlockType.
Unknown
;
3187
if (findKnownBlock(target, out _) != BlockType.
Unknown
)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
4525
BlockType retBlockType = BlockType.
Unknown
;
4533
return BlockType.
Unknown
;
4606
Debug.Assert(locationBlock != BlockType.
Unknown
, "BlockType.Unknown not expected");