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