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