1 write to dictionary
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
44
dictionary
= new XmlDictionary(stringCount * 2);
3 references to dictionary
System.ServiceModel (3)
System\ServiceModel\Dispatcher\OperationFormatter.cs (3)
45
GetActions(description,
dictionary
, out this.action, out this.replyAction);
82
get { return
dictionary
; }
102
return AddToDictionary(
dictionary
, s);