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