Fix checks for methods that use StackCrawlMark (#9537)
authorJan Kotas <jkotas@microsoft.com>
Sat, 11 Feb 2017 22:25:04 +0000 (14:25 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2017 22:25:04 +0000 (14:25 -0800)
commit15c2148000f3bf08e95b88f942e9875f74b64d1b
tree8d464572fd02dabe1ae9b001c94f57b5b583efc5
parent3ea68c8ae152ef64b41e1a1e6733261d5b30a81d
Fix checks for methods that use StackCrawlMark (#9537)

* Fix checks for methods that use StackCrawlMark

My recent changed these methods to be marked using IsMdRequireSecObject instead, but some
places that have to check for it were not updated correctly.
src/mscorlib/src/System/Security/Attributes.cs
src/vm/jitinterface.cpp