19 implementations of IXmlLineInfo
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
21internal sealed class XPathDocumentNavigator : XPathNavigator, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
969internal class XmlAsyncCheckReaderWithLineInfo : XmlAsyncCheckReader, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (1)
18internal sealed partial class XmlSubtreeReader : XmlWrappingReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (1)
19internal sealed partial class XmlSubtreeReader : XmlWrappingReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
23public class XmlTextReader : XmlReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
27internal partial class XmlTextReaderImpl : XmlReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReader.cs (1)
19public class XmlValidatingReader : XmlReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
22internal sealed partial class XmlValidatingReaderImpl : XmlReader, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (1)
17internal partial class XmlWrappingReader : XmlReader, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReaderAsync.cs (1)
18internal partial class XmlWrappingReader : XmlReader, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
20internal partial class XsdCachingReader : XmlReader, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReaderAsync.cs (1)
21internal partial class XsdCachingReader : XmlReader, IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
45internal partial class XsdValidatingReader : XmlReader, IXmlSchemaInfo, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
23internal partial class XsdValidatingReader : XmlReader, IXmlSchemaInfo, IXmlLineInfo, IXmlNamespaceResolver
FrameworkFork\Microsoft.Xml\Xml\IxmlLineInfo.cs (1)
20internal class PositionInfo : IXmlLineInfo
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (1)
13internal class XmlCountingReader : XmlReader, IXmlTextParser, IXmlLineInfo
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
14internal class XmlSerializableReader : XmlReader, IXmlLineInfo
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
1200private class XmlWrappedReader : XmlDictionaryReader, IXmlLineInfo
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
30internal class XmlUTF8TextReader : XmlBaseReader, IXmlLineInfo, IXmlTextReaderInitializer
216 references to IXmlLineInfo
dotnet-svcutil-lib (216)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (5)
44private IXmlLineInfo _lineInfo; // Line information provider 66public XPathDocumentBuilder(XPathDocument doc, IXmlLineInfo lineInfo, string baseUri, XPathDocument.LoadFlags flags) 81public void Initialize(XPathDocument doc, IXmlLineInfo lineInfo, string baseUri, XPathDocument.LoadFlags flags) 838private IXmlLineInfo _lineInfo; 846public void Initialize(IXmlLineInfo lineInfo)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelper.cs (3)
301throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo); 348throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo); 460throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
251throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo); 291throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo); 377throw new XmlException(ResXml.Xml_InvalidNodeType, _reader.NodeType.ToString(), _reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\ValidatingReaderNodeData.cs (1)
201internal void SetLineInfo(IXmlLineInfo lineInfo)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (3)
30if (reader is IXmlLineInfo) 971private readonly IXmlLineInfo _readerAsIXmlLineInfo; 976_readerAsIXmlLineInfo = (IXmlLineInfo)reader;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
619throw new XmlException(res, arg, (IXmlLineInfo)null); 625throw new XmlException(res, args, (IXmlLineInfo)null);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (32)
235throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 253throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 271throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTimeOffset", e, this as IXmlLineInfo); 289throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 307throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 325throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 343throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 361throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 398throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 402throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 841throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 851throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 859throw new XmlException(ResXml.Xml_ElementNotFound, name, this as IXmlLineInfo); 869throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 877throw new XmlException(ResXml.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as IXmlLineInfo); 889throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 897throw new XmlException(ResXml.Xml_UnexpectedNodeInSimpleContent, new string[] { this.NodeType.ToString(), "ReadElementString" }, this as IXmlLineInfo); 916throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 920throw new XmlException(ResXml.Xml_ElementNotFound, name, this as IXmlLineInfo); 929throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 948throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 952throw new XmlException(ResXml.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as IXmlLineInfo); 961throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 977throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 1558throw new XmlException(ResXml.Xml_InvalidNodeType, this.NodeType.ToString(), this as IXmlLineInfo); 1562throw new XmlException(ResXml.Xml_ElementNotFoundNs, new string[2] { localName, namespaceURI }, this as IXmlLineInfo); 1568return CreateReadContentAsException(methodName, NodeType, this as IXmlLineInfo); 1573return CreateReadElementContentAsException(methodName, NodeType, this as IXmlLineInfo); 1581static internal Exception CreateReadContentAsException(string methodName, XmlNodeType nodeType, IXmlLineInfo lineInfo) 1586static internal Exception CreateReadElementContentAsException(string methodName, XmlNodeType nodeType, IXmlLineInfo lineInfo) 1591private static string AddLineInfo(string message, IXmlLineInfo lineInfo) 1679throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (3)
77throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 81throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 422throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReader.cs (12)
925throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 1060throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 1166int IXmlLineInfo.LineNumber 1172IXmlLineInfo lineInfo = reader as IXmlLineInfo; 1182int IXmlLineInfo.LinePosition 1188IXmlLineInfo lineInfo = reader as IXmlLineInfo; 1198bool IXmlLineInfo.HasLineInfo() 1200return reader is IXmlLineInfo; 1372throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 1401throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlSubtreeReaderAsync.cs (4)
342throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 477throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 576throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo); 605throw new XmlException(ResXml.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (1)
9581throw new XmlException(ResXml.Xml_InvalidNodeType, _curNode.type.ToString(), this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
783return ((IXmlLineInfo)_coreReader).LineNumber; 792return ((IXmlLineInfo)_coreReader).LinePosition;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingReader.cs (2)
23protected IXmlLineInfo readerAsIXmlLineInfo; 32this.readerAsIXmlLineInfo = baseReader as IXmlLineInfo;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (7)
54private IXmlLineInfo _lineInfo; 64internal XsdCachingReader(XmlReader reader, IXmlLineInfo lineInfo, CachingEventHandler handlerMethod) 510recordedNode.SetLineInfo(_coreReader as IXmlLineInfo); 616bool IXmlLineInfo.HasLineInfo() 621int IXmlLineInfo.LineNumber 629int IXmlLineInfo.LinePosition 651internal IXmlLineInfo GetLineInfo()
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (59)
121private IXmlLineInfo _lineInfo; 137_lineInfo = reader as IXmlLineInfo; 466throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 470throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 474throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 499throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 503throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 507throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 532throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 536throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 540throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 565throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 569throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 573throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 598throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 602throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 606throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 631throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 635throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 639throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 664throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 668throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 672throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 697throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 701throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 705throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 739throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 743throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 747throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 785throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 789throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 793throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Boolean", e, this as IXmlLineInfo); 820throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 824throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 828throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "DateTime", e, this as IXmlLineInfo); 855throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 859throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 863throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Double", e, this as IXmlLineInfo); 890throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 894throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 898throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Float", e, this as IXmlLineInfo); 925throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 929throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 933throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Decimal", e, this as IXmlLineInfo); 960throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 964throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 968throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Int", e, this as IXmlLineInfo); 995throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 999throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 1003throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "Long", e, this as IXmlLineInfo); 1030throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 1034throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 1038throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 1072throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 1076throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 1080throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 2368throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo); 2377throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo); 2602_lineInfo = _cachingReader as IXmlLineInfo;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (14)
66throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 70throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 74throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 111throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 115throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 119throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 161throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 165throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 169throw new XmlException(ResXml.Xml_ReadContentAsFormatException, "String", e, this as IXmlLineInfo); 207throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 211throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 215throw new XmlException(ResXml.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as IXmlLineInfo); 796throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo); 808throw new XmlException(ResXml.Xml_MixedReadElementContentAs, string.Empty, this as IXmlLineInfo);
FrameworkFork\Microsoft.Xml\Xml\IxmlLineInfo.cs (4)
28IXmlLineInfo li = o as IXmlLineInfo; 42private IXmlLineInfo _lineInfo; 44public ReaderPositionInfo(IXmlLineInfo lineInfo)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
119private IXmlLineInfo _positionInfo; 120private IXmlLineInfo _dummyPositionInfo; 266public IXmlLineInfo LineInfoProvider
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCountingReader.cs (9)
402bool IXmlLineInfo.HasLineInfo() 404IXmlLineInfo iXmlLineInfo = _innerReader as IXmlLineInfo; 408int IXmlLineInfo.LineNumber 412IXmlLineInfo iXmlLineInfo = _innerReader as IXmlLineInfo; 417int IXmlLineInfo.LinePosition 421IXmlLineInfo iXmlLineInfo = _innerReader as IXmlLineInfo;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (3)
1321if (Reader is IXmlLineInfo) 1323IXmlLineInfo lineInfo = (IXmlLineInfo)Reader;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (3)
491if (xmlReader is IXmlLineInfo) 493IXmlLineInfo lineInfo = (IXmlLineInfo)xmlReader;
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (5)
83internal XmlException(string res, String arg, IXmlLineInfo lineInfo) : 87internal XmlException(string res, String arg, Exception innerException, IXmlLineInfo lineInfo) : 91internal XmlException(string res, String arg, IXmlLineInfo lineInfo, string sourceUri) : 95internal XmlException(string res, string[] args, IXmlLineInfo lineInfo) : 99internal XmlException(string res, string[] args, IXmlLineInfo lineInfo, string sourceUri) :
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (2)
165IXmlLineInfo lineInfo; 174lineInfo = reader as IXmlLineInfo;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (5)
44protected IXmlLineInfo lineInfo; 85IXmlLineInfo xli = nav as IXmlLineInfo; 116protected XPathNavigatorReader(XPathNavigator navToRead, IXmlLineInfo xli, IXmlSchemaInfo xsi) 1125internal XPathNavigatorReaderWithSI(XPathNavigator navToRead, IXmlLineInfo xli, IXmlSchemaInfo xsi)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (6)
881IXmlLineInfo iXmlLineInfo = reader as IXmlLineInfo; 889IXmlLineInfo iXmlLineInfo = reader as IXmlLineInfo; 898IXmlLineInfo iXmlLineInfo = reader as IXmlLineInfo;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (9)
127bool IXmlLineInfo.HasLineInfo() 129IXmlLineInfo xmlLineInfo = InnerReader as IXmlLineInfo; 133int IXmlLineInfo.LineNumber 137IXmlLineInfo xmlLineInfo = InnerReader as IXmlLineInfo; 142int IXmlLineInfo.LinePosition 146IXmlLineInfo xmlLineInfo = InnerReader as IXmlLineInfo;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (6)
1681IXmlLineInfo lineInfo = _reader as IXmlLineInfo; 1693IXmlLineInfo lineInfo = _reader as IXmlLineInfo; 1706IXmlLineInfo lineInfo = _reader as IXmlLineInfo;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (4)
32IXmlLineInfo lineInfo = reader as IXmlLineInfo; 44IXmlLineInfo lineInfo = reader as IXmlLineInfo;
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
118IXmlLineInfo lineInfo = reader as IXmlLineInfo;
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (2)
974IXmlLineInfo lineInfo = reader as IXmlLineInfo;