1 write to childElementNamespacesLocal
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
276
childElementNamespacesLocal
= ilg.DeclareLocal(typeof(XmlDictionaryString[]), "childElementNamespaces");
2 references to childElementNamespacesLocal
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (2)
279
ilg.Store(
childElementNamespacesLocal
);
338
ilg.LoadArrayElement(
childElementNamespacesLocal
, i + childElementIndex);