1 write to Name
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
456newComContract.Name = name;
2 references to Name
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (2)
75if (String.IsNullOrEmpty(contractConfigElement.Name) || String.IsNullOrEmpty(contractConfigElement.Namespace)) 78ContractDescription contract = new ContractDescription(contractConfigElement.Name, contractConfigElement.Namespace);