1 write to appInfo
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
41this.appInfo = appInfo;
13 references to appInfo
ComSvcConfig (13)
ComplusEndpointConfigContainer.cs (13)
123Debug.Assert(endpointConfig.Appid == this.appInfo.ID, "can't add endpoint for a different application"); 292ComAdminWrapper.SetAppDir(this.appInfo.ID.ToString("B"), this.appDir); 318ComAdminWrapper.InstallListener(this.appInfo.ID, this.appDir, this.appInfo.RuntimeVersion); 322ComAdminWrapper.RemoveListener(this.appInfo.ID); 325if (this.appInfo.IsServerActivated) 327ToolConsole.WriteWarning(SR.GetString(SR.ShouldRestartApp, this.appInfo.Name)); 336sw.WriteLine("<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\"><assemblyIdentity name=\"" + this.appInfo.ID.ToString("B") + "\" version=\"1.0.0.0\" type=\"win32\"/></assembly>"); 420if (ComAdminWrapper.IsApplicationWow(appInfo.ID)) 424return programFiles + "\\ComPlus Applications\\" + this.appInfo.ID.ToString("B") + "\\"; 533endpoint.Appid = this.appInfo.ID; 547if (appid == this.appInfo.ID) 568Debug.Assert(endpointConfig.Appid == this.appInfo.ID, "can't remove endpoint for a different application");