2 writes to parameters
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
2363this.parameters = new Dictionary<string, string>(); 2374this.parameters = new Dictionary<string, string>();
7 references to parameters
System.Runtime.Serialization (7)
System\Xml\XmlMtomReader.cs (7)
2358if (this.parameters == null) 2365return this.parameters; 2371if (this.parameters == null) 2393this.parameters.Add(paramAttribute.ToLowerInvariant(), paramValue); 2396if (this.parameters.ContainsKey(MtomGlobals.StartInfoParam)) 2400string startInfo = this.parameters[MtomGlobals.StartInfoParam]; 2425this.parameters[MtomGlobals.ActionParam] = paramValue;