2 writes to _referenceList
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (2)
38set { _referenceList = value; } 86_referenceList = new ReferenceList();
4 references to _referenceList
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (4)
37get { return _referenceList; } 87_referenceList.ReadFrom(reader); 123if (_referenceList != null) 125_referenceList.WriteTo(writer, dictionaryManager);