Closed Hosch250 closed 6 years ago
Do you have some background information on this?
This is how the Roslyn team told me to do it when I was implementing code fixes for them.
Well that's not enough to change the existing code though. Can you get some more info on it? I don't want to make changes based on hearsay
One comment: https://github.com/dotnet/roslyn/pull/12902#r73414166
Another: https://github.com/dotnet/roslyn/pull/12902#r73414285
Here is a comment about context.CancellationToken
: https://github.com/dotnet/roslyn/pull/12997#r74368743
Alright, good enough for me. Would be helpful to know the difference between these though
We use the following pattern everywhere in our code. We are not supposed to use the
context.CancellationToken
here, but rather the cancellation tokenx
.