1 write to CanUseUnsafeAccessors
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2251
CanUseUnsafeAccessors
= _knownSymbols.UnsafeAccessorAttributeType is not null
6 references to CanUseUnsafeAccessors
System.Text.Json.SourceGeneration (6)
JsonSourceGenerator.Emitter.cs (4)
965
if (property.
CanUseUnsafeAccessors
)
1034
if (property.
CanUseUnsafeAccessors
)
1089
if (property.
CanUseUnsafeAccessors
)
1411
if (property.
CanUseUnsafeAccessors
)
Model\PropertyGenerationSpec.cs (2)
143
/// When <see cref="
CanUseUnsafeAccessors
"/> is true and the declaring type is generic,
150
/// When <see cref="
CanUseUnsafeAccessors
"/> is true and the declaring type is generic,