11 references to Id
mscorlib (6)
system\appdomain.cs (1)
3276
return domain.
Id
;
system\runtime\interopservices\gchandlecookietable.cs (2)
166
byte ADID = (byte)(AppDomain.CurrentDomain.
Id
% 0xFF);
192
byte ADID = (byte)(AppDomain.CurrentDomain.
Id
% 0xFF);
system\runtime\versioning\resourceattributes.cs (1)
145
safeName.Append(AppDomain.CurrentDomain.
Id
);
system\threading\overlapped.cs (1)
186
Contract.Assert(m_AppDomainId == 0 || m_AppDomainId == AppDomain.CurrentDomain.
Id
, "OverlappedData is not in the current domain");
system\threading\Tasks\AsyncCausalityTracer.cs (1)
291
return (((ulong)AppDomain.CurrentDomain.
Id
) << 32) + taskId;
System.ServiceModel (1)
System\ServiceModel\Administration\AppDomainInfo.cs (1)
36
this.id = appDomain.
Id
;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (1)
95
appDomainId = AppDomain.CurrentDomain.
Id
;
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2243
AppDomain.CurrentDomain.
Id
,
Hosting\IPipelineRuntime.cs (1)
447
if (requestingAppDomainId != AppDomain.CurrentDomain.
Id
) {
System.WorkflowServices (1)
System\ServiceModel\Activities\Description\WorkflowRuntimeEndpoint.cs (1)
26
AppDomain.CurrentDomain.
Id
));