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