9 writes to Count
ILCompiler.ReadyToRun (9)
Compiler\ProfileDataManager.cs (2)
231Count = 1, 240Count = entities.Count,
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
331likelyClassElem.Count = 1;
parent\parent\Common\Pgo\PgoFormat.cs (6)
330curSchema.Count = checked((int)(value + (long)curSchema.Count)); 332curSchema.Count = checked((int)value); 564oneRunSchema.Count = 1; 601mergedElem.Count = existingSchemaItem.Count + schema.Count; 624mergedElem.Count = existingSchemaItem.Count + schema.Count; 637mergedElem.Count = existingSchemaItem.Count + schema.Count;
32 references to Count
ILCompiler.ReadyToRun (32)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
4958nativeSchemas[i].Count = pgoResultsSchemas[i].Count;
parent\parent\Common\Pgo\PgoFormat.cs (31)
86public bool DataHeldInDataLong => (Count == 1 && 90public override string ToString() => $"{InstrumentationKind} @ {ILOffset} Count = {Count} DataLong = {DataLong}"; 257int dataIndex = curSchema.Count - dataCountToRead; 330curSchema.Count = checked((int)(value + (long)curSchema.Count)); 360if (curSchema.Count > 1) 362curSchema.DataObject = new int[curSchema.Count]; 364dataCountToRead = curSchema.Count; 367if (curSchema.Count > 1) 369curSchema.DataObject = new long[curSchema.Count]; 371dataCountToRead = curSchema.Count; 374curSchema.DataObject = new TType[curSchema.Count]; 375dataCountToRead = curSchema.Count; 378curSchema.DataObject = new TMethod[curSchema.Count]; 379dataCountToRead = curSchema.Count; 401int CountDiff = schema.Count - prevSchema.Count; 434valueEmitter.EmitLong(schema.Count, prevSchema.Count); 438for (int i = 0; i < schema.Count; i++) 448if (schema.Count == 1) 463if (schema.Count == 1) 592if ((existingSchemaItem.Count != 1) || (schema.Count != 1)) 601mergedElem.Count = existingSchemaItem.Count + schema.Count; 602TType[] newMergedTypeArray = new TType[mergedElem.Count]; 624mergedElem.Count = existingSchemaItem.Count + schema.Count; 637mergedElem.Count = existingSchemaItem.Count + schema.Count; 638TMethod[] newMergedMethodArray = new TMethod[mergedElem.Count];