1 write to site
System (1)
compmod\system\componentmodel\MarshalByValueComponent.cs (1)
75
set {
site
= value;}
9 references to site
System (9)
compmod\system\componentmodel\MarshalByValueComponent.cs (9)
74
get { return
site
;}
147
if (
site
!= null &&
site
.Container != null) {
148
site
.Container.Remove(this);
164
ISite s =
site
;
173
return((
site
==null)? null :
site
.GetService(service));
183
ISite s =
site
;
196
ISite s =
site
;