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