3 references to cache
System.ServiceModel (3)
System\ServiceModel\MessageHeaderT.cs (3)
120
if (!
cache
.TryGetValue(t, out result))
123
if (!
cache
.TryGetValue(t, out result))
126
cache
.Add(t, result);