1 instantiation of EmptyProfileData
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\Compiler\ProfileData.cs (1)
123private static readonly EmptyProfileData s_singleton = new EmptyProfileData();
2 references to EmptyProfileData
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\Compiler\ProfileData.cs (2)
123private static readonly EmptyProfileData s_singleton = new EmptyProfileData(); 133public static EmptyProfileData Singleton => s_singleton;