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