17 instantiations of KeywordInfo
System.ServiceModel (17)
System\ServiceModel\ComIntegration\MonikerHelper.cs (17)
50new KeywordInfo ("address", MonikerAttribute.Address), 51new KeywordInfo ("contract", MonikerAttribute.Contract), 52new KeywordInfo ("wsdl", MonikerAttribute.Wsdl), 53new KeywordInfo ("spnidentity", MonikerAttribute.SpnIdentity), 54new KeywordInfo ("upnidentity", MonikerAttribute.UpnIdentity), 55new KeywordInfo ("dnsidentity", MonikerAttribute.DnsIdentity), 56new KeywordInfo ("binding", MonikerAttribute.Binding), 57new KeywordInfo ("bindingconfiguration", MonikerAttribute.BindingConfiguration), 58new KeywordInfo ("mexaddress", MonikerAttribute.MexAddress), 59new KeywordInfo ("mexbindingconfiguration", MonikerAttribute.MexBindingConfiguration), 60new KeywordInfo ("mexbinding", MonikerAttribute.MexBinding), 61new KeywordInfo ("bindingnamespace", MonikerAttribute.BindingNamespace), 62new KeywordInfo ("contractnamespace", MonikerAttribute.ContractNamespace), 63new KeywordInfo ("mexspnidentity", MonikerAttribute.MexSpnIdentity), 64new KeywordInfo ("mexupnidentity", MonikerAttribute.MexUpnIdentity), 65new KeywordInfo ("mexdnsidentity", MonikerAttribute.MexDnsIdentity), 66new KeywordInfo ("serializer", MonikerAttribute.Serializer)
4 references to KeywordInfo
System.ServiceModel (4)
System\ServiceModel\ComIntegration\MonikerHelper.cs (2)
48internal static readonly KeywordInfo[] KeywordCollection = new KeywordInfo[]
System\ServiceModel\ComIntegration\MonikerUtility.cs (2)
28foreach (MonikerHelper.KeywordInfo keywordInfo in MonikerHelper.KeywordInfo.KeywordCollection)