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