1 write to _isNameSetExplicit
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs (1)
60
_name = value;
_isNameSetExplicit
= true;
1 reference to _isNameSetExplicit
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs (1)
66
get { return
_isNameSetExplicit
; }