Implemented interface member:
method
SetData
System._AppDomain.SetData(System.String, System.Object)
8 references to SetData
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1478
AppDomain.CurrentDomain.
SetData
(dataObjectKey, null);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1478
AppDomain.CurrentDomain.
SetData
(dataObjectKey, null);
System.Web (4)
Hosting\ApplicationManager.cs (3)
945
AppDomain.CurrentDomain.
SetData
(_configBuildersIgnoreLoadFailuresSwitch, true);
1219
appDomain.
SetData
((String)e.Key, (String)e.Value);
1221
appDomain.
SetData
(entry.Key, entry.Value);
HttpRuntime.cs (1)
3078
d.
SetData
(appDomainTraceKey, (m != null) ? m + " ... " + message : message);
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
1028
AppDomain.CurrentDomain.
SetData
(s_dataDirectoryNoPipes, GetDataDirectory());
1075
AppDomain.CurrentDomain.
SetData
(s_dataDirectoryNoPipes, originalDataDirectory);