1 write to s_writeNamespaceDeclMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
81s_writeNamespaceDeclMethod = typeof(XmlWriterDelegator).GetMethod("WriteNamespaceDecl", Globals.ScanAllMembers, new Type[] { typeof(XmlDictionaryString) });
3 references to s_writeNamespaceDeclMethod
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
79if (s_writeNamespaceDeclMethod == null) 82Debug.Assert(s_writeNamespaceDeclMethod != null); 84return s_writeNamespaceDeclMethod;