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