Home
last modified time | relevance | path

Searched refs:DynamicReflectionDelegateFactory (Results 1 – 13 of 13) sorted by relevance

/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Utilities/
H A DDynamicReflectionDelegateFactoryTests.cs62 …var creator = DynamicReflectionDelegateFactory.Instance.CreateParameterizedConstructor(constructor… in ConstructorWithRefString()
75 …var creator = DynamicReflectionDelegateFactory.Instance.CreateParameterizedConstructor(constructor… in ConstructorWithRefStringAndOutBool()
89 …var creator = DynamicReflectionDelegateFactory.Instance.CreateParameterizedConstructor(constructor… in ConstructorWithRefStringAndRefBoolAndRefBool()
107 …Func<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(typeof(M… in CreateGetWithBadObjectTarget()
121 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadObjectTarget()
140 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadTarget()
157 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadObjectValue()
170 …MethodCall<object, object> call = DynamicReflectionDelegateFactory.Instance.CreateMethodCall<objec… in CreateStaticMethodCall()
186 … var call = DynamicReflectionDelegateFactory.Instance.CreateGet<Person>(namePropertyInfo); in CreatePropertyGetter()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Utilities/
H A DDynamicReflectionDelegateFactoryTests.cs55 …Func<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(typeof(M… in CreateGetWithBadObjectTarget()
70 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadObjectTarget()
88 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadTarget()
106 …Action<object, object> setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(typeof… in CreateSetWithBadObjectValue()
119 …MethodCall<object, object> call = DynamicReflectionDelegateFactory.Instance.CreateMethodCall<objec… in CreateStaticMethodCall()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DDynamicValueProvider.cs68 _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue()
102 _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
H A DJsonTypeReflector.cs435 return DynamicReflectionDelegateFactory.Instance;
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DDynamicValueProvider.cs68 _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue()
102 _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
H A DJsonTypeReflector.cs453 return DynamicReflectionDelegateFactory.Instance;
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/
H A DDynamicValueProvider.cs69 … _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue()
107 … _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
H A DJsonTypeReflector.cs466 return DynamicReflectionDelegateFactory.Instance;
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicReflectionDelegateFactory.cs39 internal class DynamicReflectionDelegateFactory : ReflectionDelegateFactory class
41 … public static DynamicReflectionDelegateFactory Instance = new DynamicReflectionDelegateFactory();
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/
H A DDynamicReflectionDelegateFactory.cs39 internal class DynamicReflectionDelegateFactory : ReflectionDelegateFactory class
41 … public static DynamicReflectionDelegateFactory Instance = new DynamicReflectionDelegateFactory();
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Utilities/
H A DDynamicReflectionDelegateFactory.cs39 internal class DynamicReflectionDelegateFactory : ReflectionDelegateFactory class
41 … public static DynamicReflectionDelegateFactory Instance = new DynamicReflectionDelegateFactory();
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.NuGet.Build.Tasks/
H A DMicrosoft.NuGet.Build.Tasks.dll.sources135 ../../../external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http.Formatting/
H A DSystem.Net.Http.Formatting.dll.sources211 ../../../external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs