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