1 instantiation of JsonData
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DataObjectCore.cs (1)
37: new JsonData<T>() { JsonBytes = JsonSerializer.SerializeToUtf8Bytes(data) };
4 references to JsonData
System.Private.Windows.Core (4)
System\Private\Windows\JsonData.cs (2)
133/// identify a <see cref="JsonData{T}"/> without needing to have the generic type information. 143/// The assembly qualified name of the T in <see cref="JsonData{T}"/>. This name should
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
580/// If the data was supposed to be our <see cref="JsonData{T}"/>, but was serialized incorrectly.
System\Private\Windows\Ole\DataStore.cs (1)
60else if (entry.Data is JsonData<T> jsonData)