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