3 references to s_cache
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (3)
121
if (!
s_cache
.TryGetValue(t, out result))
125
if (!
s_cache
.TryGetValue(t, out result))
128
s_cache
.Add(t, result);