1 instantiation of SRef
System.Runtime.Caching (1)
System\Caching\SRef.cs (1)
61
_srefs[i] = new
SRef
(targets[i]);
3 references to SRef
System.Runtime.Caching (3)
System\Caching\SRef.cs (3)
54
private
SRef
[] _srefs;
58
_srefs = new
SRef
[targets.Length];
76
foreach (
SRef
s in _srefs) {