7 references to Count
ILCompiler.ReadyToRun (7)
parent\parent\Common\Pgo\PgoFormat.cs (7)
327else if ((processingState & InstrumentationDataProcessingState.Count) == InstrumentationDataProcessingState.Count) 333processingState &= ~InstrumentationDataProcessingState.Count; 413modifyMask |= InstrumentationDataProcessingState.Count; 421InstrumentationDataProcessingState.Count | 433if ((modifyMask & InstrumentationDataProcessingState.Count) == InstrumentationDataProcessingState.Count)