1 override of SetValue
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
96
public override void
SetValue
(object? obj, object? value, object?[]? index)
17 references to SetValue
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
616
propertyInfo.
SetValue
(_instance, value, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
350
property.
SetValue
(bodyObject, bodyPartValues[i++], null);
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingService.cs (2)
1431
s_projectStartedEventArgsGlobalProperties.Value.
SetValue
(projectStartedEventArgs, buildRequestConfiguration.GlobalProperties.ToDictionary(), index: null);
1433
s_projectStartedEventArgsToolsVersion.Value.
SetValue
(projectStartedEventArgs, buildRequestConfiguration.ToolsVersion, null);
Instance\TaskFactoryWrapper.cs (1)
215
propertyInfo.Reflection?.
SetValue
(task, value, null);
Microsoft.DotNet.Build.Tasks.Packaging (1)
Extensions.cs (1)
159
property.
SetValue
(target, value, null);
Microsoft.Extensions.Configuration.Binder (1)
ConfigurationBinder.cs (1)
796
indexerProperty.
SetValue
(dictionary, valueBindingPoint.Value, new object[] { key });
MSBuild (1)
OutOfProcTaskAppDomainWrapperBase.cs (1)
387
paramInfo.
SetValue
(wrappedTask, param.Value?.WrappedParameter, null);
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
360
pi.
SetValue
(item, value, null);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ComponentResourceManager.cs (1)
191
prop.
SetValue
(value, kvp.Value, null);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3403
p.
SetValue
(attr, value, null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\PropertyInfo.cs (1)
53
public void SetValue(object? obj, object? value) =>
SetValue
(obj, value, index: null);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
98
UnderlyingProperty.
SetValue
(obj, value, index);
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
668
propertyInfo.
SetValue
(_instance, value, null);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
428
property.
SetValue
(bodyObject, bodyPartValues[i++], null);
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
114
propertyInfo?.
SetValue
(childControl, true, null);
118
propertyInfo?.
SetValue
(childControl, false, null);