3 writes to source
System.ServiceModel.Internals (3)
System\Runtime\IOThreadCancellationTokenSource.cs (3)
44this.source = new CancellationTokenSource(); 62this.source = null; 79this.source = null;
6 references to source
System.ServiceModel.Internals (6)
System\Runtime\IOThreadCancellationTokenSource.cs (6)
46this.token = this.source.Token; 56if (this.source != null) 61this.source.Dispose(); 76Fx.Assert(this.source != null, "source should not be null."); 77this.source.Cancel(); 78this.source.Dispose();