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