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