1 write to AllowUnsafe
Microsoft.Extensions.DependencyModel (1)
CompilationOptions.cs (1)
68
AllowUnsafe
= allowUnsafe;
3 references to AllowUnsafe
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
CSharpCompiler.cs (2)
177
if (dependencyContextOptions.
AllowUnsafe
.HasValue)
180
dependencyContextOptions.
AllowUnsafe
.Value);
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
88
AddBooleanPropertyIfNotNull(DependencyContextStrings.AllowUnsafePropertyName, compilationOptions.
AllowUnsafe
, jsonWriter);