2 references to DynamicMethod
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
89
var dynamicMethod = new
DynamicMethod
("ResolveService",
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexLWCGCompiler.cs (1)
80
var dm = new
DynamicMethod
(methname, Attribs, Conventions, returntype, paramTypes, hostType, skipVisibility: false);