1 write to operationInfoDictionary
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
40this.operationInfoDictionary = new Dictionary<string, OperationHelpInformation>();
3 references to operationInfoDictionary
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpPage.cs (3)
45operationInfoDictionary.Add(od.Name, new OperationHelpInformation(behavior, od)); 55helpPage = HelpHtmlBuilder.CreateHelpPage(baseUri, operationInfoDictionary.Values).ToString(); 71if (this.operationInfoDictionary.TryGetValue(operation, out operationInfo))