1 write to _headerInfoCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1861
_headerInfoCache
= new HeaderInfoCache();
2 references to _headerInfoCache
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1859
if (
_headerInfoCache
== null)
1863
return
_headerInfoCache
;