1 write to _writeMethods
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (1)
1028
if (_writeMethods == null)
_writeMethods
= _tmp;
3 references to _writeMethods
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
1024
if (
_writeMethods
== null)
1028
if (
_writeMethods
== null) _writeMethods = _tmp;
1030
return
_writeMethods
;