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