8 references to IsDynamicCodeCompiled
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\UseMiddlewareExtensions.cs (1)
139
var factory = RuntimeFeature.
IsDynamicCodeCompiled
Microsoft.AspNetCore.Routing (1)
Matching\JumpTableBuilder.cs (1)
95
return RuntimeFeature.
IsDynamicCodeCompiled
Microsoft.Extensions.DependencyInjection (1)
ServiceProvider.cs (1)
304
if (RuntimeFeature.
IsDynamicCodeCompiled
&& !DisableDynamicEngine)
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
283
if (!RuntimeFeature.
IsDynamicCodeCompiled
)
320
if (!RuntimeFeature.
IsDynamicCodeCompiled
)
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeFeature.cs (2)
69
nameof(
IsDynamicCodeCompiled
) =>
IsDynamicCodeCompiled
,
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.cs (1)
167
if (RuntimeFeature.
IsDynamicCodeCompiled
&& (options & RegexOptions.Compiled) != 0)