1 reference to DynamicMethod
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
3452
DynamicMethod dm = new
DynamicMethod
(methname, attribs, conventions, returntype, _paramTypes, hostType, false /*skipVisibility*/);