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