9 references to GetId
mscorlib (9)
system\appdomain.cs (2)
4678return GetId(); 4692if (GetId()==DefaultADID)
system\runtime\remoting\crossappdomainchannel.cs (2)
107Thread.GetDomain().GetId(), 216(Thread.GetDomain().GetId() == _DomainID);
system\runtime\remoting\messagesmuggler.cs (1)
90objRef.SetDomainID(AppDomain.CurrentDomain.GetId());
system\runtime\remoting\remotingservices.cs (2)
1847objref.SetDomainID(AppDomain.CurrentDomain.GetId()); 2272domainId = Thread.GetDomain().GetId();
system\runtime\serialization\objectclonehelper.cs (1)
75objRef.SetDomainID(AppDomain.CurrentDomain.GetId());
system\threading\thread.cs (1)
1490return GetDomain().GetId();