3 writes to _action
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (3)
33
_action
= action;
40
_action
= other._action;
66
internal set {
_action
= value; }
2 references to _action
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (2)
40
_action = other.
_action
;
65
get { return
_action
; }