4 writes to mode
System.ServiceModel (4)
System\ServiceModel\PeerSecuritySettings.cs (4)
22mode = DefaultMode; 28this.mode = other.mode; 34mode = element.Mode; 47this.mode = value;
2 references to mode
System.ServiceModel (2)
System\ServiceModel\PeerSecuritySettings.cs (2)
28this.mode = other.mode; 40get { return this.mode; }