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