6 references to IsSystemEndpoint
System.ServiceModel (6)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (4)
82
if (properties[ConfigurationStrings.
IsSystemEndpoint
].ValueOrigin != PropertyValueOrigin.Default)
235
[ConfigurationProperty(ConfigurationStrings.
IsSystemEndpoint
, DefaultValue = false)]
238
get { return (bool)base[ConfigurationStrings.
IsSystemEndpoint
]; }
239
set { base[ConfigurationStrings.
IsSystemEndpoint
] = value; }
System\ServiceModel\Description\ConfigLoader.cs (2)
528
if (endpointElement.ElementInformation.Properties[ConfigurationStrings.
IsSystemEndpoint
].ValueOrigin != PropertyValueOrigin.Default)
971
if (serviceEndpointElementCopy.ElementInformation.Properties[ConfigurationStrings.
IsSystemEndpoint
].ValueOrigin != PropertyValueOrigin.Default)