1 instantiation of JsonArray
Microsoft.TestPlatform.CommunicationUtilities (1)
Json\Jsonite\Jsonite.cs (1)
1673
? new
JsonArray
()
9 references to JsonArray
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1613
/// The default implementation of <see cref="IJsonReflector"/> that allows to deserialize a JSON text to a generic <see cref="IDictionary{TKey,TValue}"/> <see cref="JsonObject"/> or <see cref="
JsonArray
"/>.
1672
return expectedType == typeof(object) || expectedType == typeof(
JsonArray
) || expectedType.GetTypeInfo().IsInterface
Microsoft.TestPlatform.CrossPlatEngine (7)
Client\MTP\MtpClientHelpers.cs (1)
82
|| changesValue is not
JsonArray
changes)
Client\MTP\MtpJson.cs (3)
15
/// <c>Dictionary<string, object></c>), arrays are <see cref="
JsonArray
"/> (a
23
public static
JsonArray
? AsArray(object? node) => node as
JsonArray
;
Client\MTP\MtpProxyExecutionManager.cs (1)
454
|| attachmentsValue is not
JsonArray
attachmentArray)
Client\MTP\MtpServerConnection.cs (1)
31
/// cref="
JsonArray
"/> object graphs.
Client\MTP\MtpTestNodeConverter.cs (1)
123
if (MtpJson.GetValue(node, MtpConstants.Traits) is not
JsonArray
traits)