1 write to s_writeNamespaceDeclMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
64s_writeNamespaceDeclMethod = typeof(XmlWriterDelegator).GetMethod("WriteNamespaceDecl", Globals.ScanAllMembers, new Type[] { typeof(XmlDictionaryString) });
3 references to s_writeNamespaceDeclMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
62if (s_writeNamespaceDeclMethod == null) 65Debug.Assert(s_writeNamespaceDeclMethod != null); 67return s_writeNamespaceDeclMethod;