1 write to s_writeNamespaceDeclMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
64
s_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)
62
if (
s_writeNamespaceDeclMethod
== null)
65
Debug.Assert(
s_writeNamespaceDeclMethod
!= null);
67
return
s_writeNamespaceDeclMethod
;