3 references to _propVerbs
System.Web (3)
Configuration\AuthorizationRule.cs (3)
76
_properties.Add(
_propVerbs
);
155
base[
_propVerbs
] = verbs; // Update property bag
244
propertyBagValue = (CommaDelimitedStringCollection)base[
_propVerbs
];