Home
last modified time | relevance | path

Searched defs:CreateMethodCall (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DLateBoundReflectionDelegateFactory.cs44 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory
H A DReflectionDelegateFactory.cs64 public abstract MethodCall<T, object> CreateMethodCall<T>(MethodBase method); in CreateMethodCall() method in Newtonsoft.Json.Utilities.ReflectionDelegateFactory
H A DDynamicReflectionDelegateFactory.cs52 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DLateBoundReflectionDelegateFactory.cs44 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory
H A DReflectionDelegateFactory.cs64 public abstract MethodCall<T, object> CreateMethodCall<T>(MethodBase method); in CreateMethodCall() method in Newtonsoft.Json.Utilities.ReflectionDelegateFactory
H A DDynamicReflectionDelegateFactory.cs52 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/
H A DLateBoundReflectionDelegateFactory.cs64 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory
H A DReflectionDelegateFactory.cs73 public abstract MethodCall<T, object> CreateMethodCall<T>(MethodBase method); in CreateMethodCall() method in Newtonsoft.Json.Utilities.ReflectionDelegateFactory
H A DExpressionReflectionDelegateFactory.cs62 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.ExpressionReflectionDelegateFactory
H A DDynamicReflectionDelegateFactory.cs62 public override MethodCall<T, object> CreateMethodCall<T>(MethodBase method) in CreateMethodCall() method in Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Utilities/
H A DExpressionReflectionDelegateFactoryTests.cs154 public void CreateMethodCall() in CreateMethodCall() method in Newtonsoft.Json.Tests.Utilities.ExpressionReflectionDelegateFactoryTests