2 references to CreatePropertyInfo
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
Internal\Json\MessageTypeInfoResolver.cs (2)
45var propertyInfo = CreatePropertyInfo(typeInfo, field.JsonName, field, isSerializable: true); 57var propertyInfo = CreatePropertyInfo(typeInfo, mapping.Key, mapping.Value, isSerializable: false);