1 write to _isReferenceParameter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1985
_isReferenceParameter
= isReferenceParameter;
2 references to _isReferenceParameter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
2002
get { return
_isReferenceParameter
; }
2023
_actor == actor && _mustUnderstand == mustUnderstand && _relay == relay &&
_isReferenceParameter
== isRefParam;