1 write to _readMethods
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (1)
1014
if (_readMethods == null)
_readMethods
= _tmp;
3 references to _readMethods
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
1010
if (
_readMethods
== null)
1014
if (
_readMethods
== null) _readMethods = _tmp;
1016
return
_readMethods
;