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