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