1 write to writeNamespaceDeclMethod
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
64
writeNamespaceDeclMethod
= typeof(XmlWriterDelegator).GetMethod("WriteNamespaceDecl", Globals.ScanAllMembers, null, new Type[] { typeof(XmlDictionaryString) }, null);
2 references to writeNamespaceDeclMethod
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
63
if (
writeNamespaceDeclMethod
== null)
65
return
writeNamespaceDeclMethod
;