1 write to isStartElementMethod2
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
155isStartElementMethod2 = typeof(XmlReaderDelegator).GetMethod("IsStartElement", Globals.ScanAllMembers, null, new Type[] { typeof(XmlDictionaryString), typeof(XmlDictionaryString) }, null);
2 references to isStartElementMethod2
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
154if (isStartElementMethod2 == null) 156return isStartElementMethod2;