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