2 writes to weakData
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (2)
460
this.
weakData
= null;
464
this.
weakData
= new WeakReference(data);
2 references to weakData
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (2)
437
if (this.
weakData
== null)
443
return this.
weakData
.Target as TData;