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