1 write to _isGetOnlyCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (1)
253set { _isGetOnlyCollection = value; }
1 reference to _isGetOnlyCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (1)
252get { return _isGetOnlyCollection; }