2 writes to _types
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionAttribute.cs (2)
53_types = extensionPoints; 63set { _types = value; }
2 references to _types
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionAttribute.cs (2)
62get { return _types == null ? new Type[0] : _types; }