2 writes to token
System.ServiceModel.Internals (2)
System\Runtime\IOThreadCancellationTokenSource.cs (2)
39this.token = CancellationToken.None; 46this.token = this.source.Token;
2 references to token
System.ServiceModel.Internals (2)
System\Runtime\IOThreadCancellationTokenSource.cs (2)
35if (this.token == null) 50return this.token.Value;