1 instantiation of JsonData
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
173: new JsonData<T>() { JsonBytes = JsonSerializer.SerializeToUtf8Bytes(data) };
5 references to JsonData
System.Windows.Forms (5)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
67/// <exception cref="SerializationException">If the data was supposed to be our <see cref="JsonData{T}"/>, but was serialized incorrectly./></exception>
System\Windows\Forms\OLE\DataObject.DataStore.cs (2)
36else if (dse.Data is JsonData<T> jsonData) 64else if (found.Data is JsonData<T> jsonData)
System\Windows\Forms\OLE\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