2 writes to e
System.ServiceModel (2)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (2)
282
this.
e
= list.GetEnumerator();
302
e
= list.GetEnumerator();
3 references to e
System.ServiceModel (3)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (3)
287
get { return
e
.Current; }
292
return
e
.MoveNext();
297
e
.Dispose();