1 write to AllowUnsafe
Microsoft.Extensions.DependencyModel (1)
CompilationOptions.cs (1)
68
AllowUnsafe
= allowUnsafe;
1 reference to AllowUnsafe
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
88
AddBooleanPropertyIfNotNull(DependencyContextStrings.AllowUnsafePropertyName, compilationOptions.
AllowUnsafe
, jsonWriter);