1 instantiation of PgoSchemaMergeComparer
ILCompiler.ReadyToRun (1)
parent\parent\Common\Pgo\PgoFormat.cs (1)
510public static readonly PgoSchemaMergeComparer Singleton = new PgoSchemaMergeComparer();
5 references to PgoSchemaMergeComparer
ILCompiler.ReadyToRun (5)
parent\parent\Common\Pgo\PgoFormat.cs (5)
510public static readonly PgoSchemaMergeComparer Singleton = new PgoSchemaMergeComparer(); 545Dictionary<PgoSchemaElem, PgoSchemaElem> dataMerger = new Dictionary<PgoSchemaElem, PgoSchemaElem>(PgoSchemaMergeComparer.Singleton); 571Array.Sort(result, PgoSchemaMergeComparer.Singleton); 665Debug.Assert(PgoSchemaMergeComparer.Singleton.Compare(schema, mergedElem) == 0); 666Debug.Assert(PgoSchemaMergeComparer.Singleton.Equals(schema, mergedElem));