2 references to FindSpecifiedMember
System.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
606bool checkSpecified = XmlReflectionImporter.FindSpecifiedMember(xmlReflectionMember.MemberName, xmlReflectionMembers) != null;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1196bool checkSpecified = FindSpecifiedMember(xmlReflectionMember.MemberName, xmlReflectionMembers) != null;