3 writes to _methods
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILModule.cs (3)
59
_methods
= new Hashtable();
85
_methods
= new Hashtable();
252
_methods
= methodsBaked;
7 references to _methods
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILModule.cs (7)
127
while (
_methods
[name] != null)
178
_methods
[name] = methResult;
203
return (MethodInfo?)
_methods
[name];
247
methodsBaked = new Hashtable(
_methods
.Count);
248
foreach (string methName in
_methods
.Keys)
265
return ((MethodInfo)
_methods
[name]!).CreateDelegate(typDelegate);
267
return ((DynamicMethod)
_methods
[name]!).CreateDelegate(typDelegate);