1 write to Get
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\MessageTypeInfoResolver.cs (1)
106
propertyInfo.
Get
= (o) =>
9 references to Get
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
267
if (property is {
Get
: null, Set: null } or { IsExtensionData: true })
284
(property.
Get
is null || nullabilityInfo.ReadState is NullabilityState.NotNull) &&
System.Text.Json (7)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
230
if (property is {
Get
: null, Set: null } or { IsExtensionData: true })
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (6)
545
if (
Get
== null && Set != null && !_isUserSpecifiedSetter)
554
if (
Get
!= null && Set == null && IgnoreReadOnlyMember && !_isUserSpecifiedShouldSerialize)
638
Get
!= null &&
652
if (
Get
== null)
950
object? value =
Get
!(state.Parent.ReturnValue);
987
internal bool IsIgnored => _ignoreCondition is JsonIgnoreCondition.Always &&
Get
is null && Set is null;