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