3 writes to relationshipType
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
40this.relationshipType = relationshipType; 58this.relationshipType = source.relationshipType; 103set { relationshipType = value; }
2 references to relationshipType
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationLink.cs (2)
58this.relationshipType = source.relationshipType; 102get { return relationshipType; }