1 write to propertyTable
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
89this.propertyTable = propertyTable;
16 references to propertyTable
System.ServiceModel (16)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (16)
157if (propertyTable == null) 207propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Contract, out contract); 208propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.ContractNamespace, out contractNamespace); 209propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.BindingNamespace, out bindingNamespace); 210propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Binding, out binding); 211propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexAddress, out mexAddress); 212propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexBinding, out mexBindingSectionName); 213propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexBindingConfiguration, out mexBindingConfiguration); 214propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Address, out address); 215propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.SpnIdentity, out spnIdentity); 216propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.UpnIdentity, out upnIdentity); 217propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.DnsIdentity, out dnsIdentity); 218propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexSpnIdentity, out mexSpnIdentity); 219propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexUpnIdentity, out mexUpnIdentity); 220propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.MexDnsIdentity, out mexDnsIdentity); 221propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.Serializer, out serializer);