2 implementations of OnDeserializeEnterArray
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1284public object OnDeserializeEnterArray(object obj, Type expectedType, out Type expectedArrayTypeItem, out object arrayContext) 1663public object OnDeserializeEnterArray(object obj, Type expectedType, out Type expectedArrayItemType, out object arrayContext)
3 references to OnDeserializeEnterArray
Microsoft.TestPlatform.CommunicationUtilities (3)
Json\Jsonite\Jsonite.cs (3)
524array = reflector.OnDeserializeEnterArray(array, expectedType, out expectedArrayItemType, out arrayContext); 1535/// <param name="arrayContext">The array context that was returned by the <see cref="OnDeserializeEnterArray"/></param> 1544/// <param name="arrayContext">The array context that was returned by the <see cref="OnDeserializeEnterArray"/></param>