4 references to Singleton
ILCompiler.ReadyToRun (4)
parent\parent\Common\Pgo\PgoFormat.cs (4)
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));