1 write to s_httpBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
28
s_httpBinding
= CreateHttpBinding();
2 references to s_httpBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (2)
26
if (
s_httpBinding
== null)
31
return
s_httpBinding
;