2 writes to _methodsSuccessfullyResolved
ILCompiler.ReadyToRun (2)
Compiler\CallChainProfile.cs (2)
190_methodsSuccessfullyResolved++; 211_methodsSuccessfullyResolved++;
2 references to _methodsSuccessfullyResolved
ILCompiler.ReadyToRun (2)
Compiler\CallChainProfile.cs (2)
321Console.WriteLine($"Successfully resolved {_methodsSuccessfullyResolved} methods ({(double)_methodsSuccessfullyResolved / (double)_methodResolvesAttempted:P})");