21 references to Iid
ComSvcConfig (21)
ComplusEndpointConfigContainer.cs (6)
132
if (endpointConfig.
Iid
== typeof(IMetadataExchange).GUID)
148
endpointConfig.
Iid
));
154
if (endpointConfig.
Iid
== typeof(IMetadataExchange).GUID)
171
endpointConfig.
Iid
));
577
ToolConsole.WriteLine(SR.GetString(SR.InterfaceRemoved, endpointConfig.Clsid, endpointConfig.
Iid
));
584
ToolConsole.WriteWarning(SR.GetString(SR.InterfaceNotExposed, endpointConfig.Clsid, endpointConfig.
Iid
));
EndpointConfigContainer.cs (5)
113
if (guid ==
Iid
)
280
string baseServiceAddress = BaseServiceAddress(endpointConfig.Appid, endpointConfig.Clsid, endpointConfig.
Iid
);
298
methodsAdded = AddComContractToConfig(config, endpointConfig.InterfaceName, endpointConfig.
Iid
.ToString("B"), endpointConfig.Methods);
677
bool removeContract = RemoveComContractMethods(config, endpointConfig.
Iid
.ToString("B"), endpointConfig.Methods);
679
RemoveAllServicesForContract(config, endpointConfig.
Iid
.ToString("B"));
Tool.cs (3)
475
if (!interfacesForComponents.TryGetValue(config.
Iid
, out endpointsForInterface))
478
interfacesForComponents[config.
Iid
] = endpointsForInterface;
627
if (interfaceDef.Interface == endpointConfig.
Iid
)
WasEndpointConfigContainer.cs (7)
107
if (endpointConfig.
Iid
== typeof(IMetadataExchange).GUID)
119
ToolConsole.WriteLine(SR.GetString(SR.InterfaceAdded, endpointConfig.Clsid, endpointConfig.
Iid
));
125
if (endpointConfig.
Iid
== typeof(IMetadataExchange).GUID)
137
ToolConsole.WriteWarning(SR.GetString(SR.InterfaceAlreadyExposed, endpointConfig.Clsid, endpointConfig.
Iid
));
300
ToolConsole.WriteWarning(SR.GetString(SR.EndpointNotFoundInSvcFile, endpoint.Appid.ToString("B"), endpoint.Clsid.ToString("B"), endpoint.
Iid
.ToString("B"), endpoint.BindingName, endpoint.Address));
385
ToolConsole.WriteLine(SR.GetString(SR.InterfaceRemoved, endpointConfig.Clsid, endpointConfig.
Iid
));
392
ToolConsole.WriteWarning(SR.GetString(SR.InterfaceNotExposed, endpointConfig.Clsid, endpointConfig.
Iid
));