2 writes to _prefix
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionPrefixAttribute.cs (2)
33_prefix = prefix; 44set { _prefix = value; }
2 references to _prefix
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionPrefixAttribute.cs (2)
43get { return _prefix == null ? string.Empty : _prefix; }