8 references to Type
ILCompiler.ReadyToRun (8)
parent\parent\Common\Pgo\PgoFormat.cs (8)
318else if ((processingState & InstrumentationDataProcessingState.Type) == InstrumentationDataProcessingState.Type) 325processingState &= ~InstrumentationDataProcessingState.Type; 411modifyMask |= InstrumentationDataProcessingState.Type; 420InstrumentationDataProcessingState.Type | 431if ((modifyMask & InstrumentationDataProcessingState.Type) == InstrumentationDataProcessingState.Type) 502valueEmitter.EmitLong((long)InstrumentationDataProcessingState.Type, 0);