1 write to Methods
ComSvcConfig (1)
Tool.cs (1)
629endpointConfig.Methods = interfaceDef.Methods;
3 references to Methods
ComSvcConfig (3)
EndpointConfigContainer.cs (3)
298methodsAdded = AddComContractToConfig(config, endpointConfig.InterfaceName, endpointConfig.Iid.ToString("B"), endpointConfig.Methods); 675if ((endpointConfig.Methods != null) && (!endpointConfig.IsMexEndpoint)) 677bool removeContract = RemoveComContractMethods(config, endpointConfig.Iid.ToString("B"), endpointConfig.Methods);