-
I was curious about the implementation details of Is it an intrinsic? |
Beta Was this translation helpful? Give feedback.
Answered by
Joe4evr
Jun 30, 2023
Replies: 1 comment 2 replies
-
Looks like it's defined in Also PROTIP: Using the .NET Source Browser (as I did) makes looking for things like this a lot easier. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Cyberboss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it's defined in
Task.cs
.Also PROTIP: Using the .NET Source Browser (as I did) makes looking for things like this a lot easier.