2 writes to Appid
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (1)
533
endpoint.
Appid
= this.appInfo.ID;
WasEndpointConfigContainer.cs (1)
288
endpoint.
Appid
= appid;
13 references to Appid
ComSvcConfig (13)
ComplusEndpointConfigContainer.cs (2)
123
Debug.Assert(endpointConfig.
Appid
== this.appInfo.ID, "can't add endpoint for a different application");
568
Debug.Assert(endpointConfig.
Appid
== this.appInfo.ID, "can't remove endpoint for a different application");
EndpointConfigContainer.cs (4)
84
if (guid !=
Appid
)
127
return
Appid
.ToString("B").ToUpperInvariant() + "," + Clsid.ToString("B").ToUpperInvariant();
225
if (endpointConfig.
Appid
== appid)
280
string baseServiceAddress = BaseServiceAddress(endpointConfig.
Appid
, endpointConfig.Clsid, endpointConfig.Iid);
Tool.cs (2)
465
if (!applicationToComponents.TryGetValue(config.
Appid
, out componentToInterfaces))
468
applicationToComponents[config.
Appid
] = componentToInterfaces;
WasEndpointConfigContainer.cs (5)
82
if (endpointConfig.
Appid
!= appid)
103
this.svcFileManager.Add(endpointConfig.
Appid
, endpointConfig.Clsid);
300
ToolConsole.WriteWarning(SR.GetString(SR.EndpointNotFoundInSvcFile, endpoint.
Appid
.ToString("B"), endpoint.Clsid.ToString("B"), endpoint.Iid.ToString("B"), endpoint.BindingName, endpoint.Address));
377
if (NumEndpointsForClsid(config, endpointConfig.Clsid, endpointConfig.
Appid
) == 0)
380
this.svcFileManager.Remove(endpointConfig.
Appid
, endpointConfig.Clsid);