1 write to _parameterTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
51_parameterTypes = new Dictionary<MessagePartDescription, CodeTypeReference>();
4 references to _parameterTypes
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (4)
50if (_parameterTypes == null) 52return _parameterTypes; 741else if (_parent._parameterTypes.ContainsKey(setting)) 742return _parent._parameterTypes[setting];