1 write to nameToFactoryMethod
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
39nameToFactoryMethod = new Dictionary<string, MethodInfo>();
5 references to nameToFactoryMethod
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilXmlReader.cs (5)
54if (!nameToFactoryMethod.ContainsKey(mi.Name) || nameToFactoryMethod[mi.Name].GetParameters().Length < parms.Length) 55nameToFactoryMethod[mi.Name] = mi; 364Debug.Assert(nameToFactoryMethod.ContainsKey(r.LocalName), "Method " + r.LocalName + " could not be found on QilFactory"); 365facMethod = nameToFactoryMethod[r.LocalName];