3 overrides of IsLocalName
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
965public override bool IsLocalName(string localName)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
632public override bool IsLocalName(string localName) 1550public override bool IsLocalName(string localName)
3 references to IsLocalName
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
78return dictionaryReader.IsLocalName(localName);
System\Xml\XmlDictionaryReader.cs (1)
229return IsLocalName(localName.Value);
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
634return _xmlReader.IsLocalName(localName);