2 writes to _type
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
52
_type
= other._type;
97
set {
_type
= value; }
2 references to _type
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
52
_type = other.
_type
;
96
get { return
_type
; }