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