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