1 write to IgnoreReadOnlyProperties
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
931IgnoreReadOnlyProperties = false,
4 references to IgnoreReadOnlyProperties
System.Text.Json (4)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
79/// Specifies the default value of <see cref="JsonSerializerOptions.IgnoreReadOnlyProperties"/> when set.
System\Text\Json\Serialization\JsonSerializerContext.cs (2)
75options.IgnoreReadOnlyProperties == generatedSerializerOptions.IgnoreReadOnlyProperties &&
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
758MemberTypes.Property => Options.IgnoreReadOnlyProperties,