4 references to SetHere
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (1)
271
if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.
SetHere
) {
System\Configuration\PropertyInformation.cs (1)
87
return PropertyValueOrigin.
SetHere
;
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
839
Func<PropertyInformation, bool> nontrivialProperty = property => property.ValueOrigin == PropertyValueOrigin.
SetHere
;
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (1)
28
if (PropertyValueOrigin.
SetHere
==