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