4 writes to name
System.ServiceModel (4)
System\ServiceModel\Channels\Binding.cs (4)
25this.name = null; 45this.name = name; 74this.name = this.GetType().Name; 83this.name = value;
2 references to name
System.ServiceModel (2)
System\ServiceModel\Channels\Binding.cs (2)
73if (this.name == null) 76return this.name;