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 D | DynamicReflectionDelegateFactoryTests.cs | 62 …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 D | DynamicReflectionDelegateFactoryTests.cs | 55 …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 D | DynamicValueProvider.cs | 68 _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue() 102 _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
|
H A D | JsonTypeReflector.cs | 435 return DynamicReflectionDelegateFactory.Instance;
|
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/ |
H A D | DynamicValueProvider.cs | 68 _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue() 102 _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
|
H A D | JsonTypeReflector.cs | 453 return DynamicReflectionDelegateFactory.Instance;
|
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Serialization/ |
H A D | DynamicValueProvider.cs | 69 … _setter = DynamicReflectionDelegateFactory.Instance.CreateSet<object>(_memberInfo); in SetValue() 107 … _getter = DynamicReflectionDelegateFactory.Instance.CreateGet<object>(_memberInfo); in GetValue()
|
H A D | JsonTypeReflector.cs | 466 return DynamicReflectionDelegateFactory.Instance;
|
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/ |
H A D | DynamicReflectionDelegateFactory.cs | 39 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 D | DynamicReflectionDelegateFactory.cs | 39 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 D | DynamicReflectionDelegateFactory.cs | 39 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 D | Microsoft.NuGet.Build.Tasks.dll.sources | 135 ../../../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 D | System.Net.Http.Formatting.dll.sources | 211 ../../../external/Newtonsoft.Json/Src/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs
|