1 write to _type
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (1)
34
set {
_type
= value; }
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
33
get { return
_type
== null ? string.Empty :
_type
; }