9 references to GetDomainID
mscorlib (9)
system\diagnostics\eventing\activitytracker.cs (1)
380appDomainID = System.Threading.Thread.GetDomainID();
system\globalization\cultureinfo.cs (1)
556m_createdDomainID = Thread.GetDomainID();
system\runtime\compilerservices\TaskAwaiter.cs (1)
254(continuationTask != null ? continuationTask.Id : 0), System.Threading.Thread.GetDomainID());
system\runtime\remoting\identityholder.cs (1)
490Message.DebugOut("SetIdentity:: domainid: " + Thread.GetDomainID() + "\n");
system\threading\Tasks\Task.cs (2)
986System.Threading.Thread.GetDomainID()); 3234this.Id, TplEtwProvider.TaskWaitBehavior.Synchronous, 0, System.Threading.Thread.GetDomainID());
system\threading\Tasks\TPLETWProvider.cs (1)
757int appDomainID = System.Threading.Thread.GetDomainID();
system\threading\thread.cs (2)
1234if (!nativeGetSafeCulture(this, GetDomainID(), true, ref culture) || culture == null) { 1344if (!nativeGetSafeCulture(this, GetDomainID(), false, ref culture) || culture == null) {