2 writes to _types
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs (2)
30_types = extensionPoints; 35set { _types = value; }
2 references to _types
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs (2)
34get { return _types == null ? new Type[0] : _types; }