Possible Duplicate:
TargetedPatchingOptOut: “Performance critical to inline across NGen image boundaries”?
When looking through .NET source code, I see the following relatively frequently:
[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
What is this for?