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