2 writes to _prefix
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionPrefixAttribute.cs (2)
15_prefix = prefix; 21set { _prefix = value; }
2 references to _prefix
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionPrefixAttribute.cs (2)
20get { return _prefix == null ? string.Empty : _prefix; }