2 implementations of OnDeserializeEnterObject
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1261
public object
OnDeserializeEnterObject
(object obj, Type expectedType, out object objectContext)
1633
public object
OnDeserializeEnterObject
(object obj, Type expectedType, out object objectContext)
3 references to OnDeserializeEnterObject
Microsoft.TestPlatform.CommunicationUtilities (3)
Json\Jsonite\Jsonite.cs (3)
455
obj = reflector.
OnDeserializeEnterObject
(obj, expectedType, out objectContext);
1497
/// <param name="objectContext">The object context that was returned by the <see cref="
OnDeserializeEnterObject
"/></param>
1508
/// <param name="objectContext">The object context that was returned by the <see cref="
OnDeserializeEnterObject
"/></param>