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)
321
Console.WriteLine($"Successfully resolved {
_methodsSuccessfullyResolved
} methods ({(double)
_methodsSuccessfullyResolved
/ (double)_methodResolvesAttempted:P})");