34 implementations of IXmlLineInfo
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
37
internal class XmlWrappingReader : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
13
internal class XmlWrappingReader : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver
System.Data.Entity (1)
System\Data\Mapping\FunctionImportMapping.cs (1)
720
internal sealed class LineInfo:
IXmlLineInfo
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
24
internal class XmlWrappingReader : XmlReader,
IXmlLineInfo
System.IdentityModel (3)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
16
internal class IdentityModelWrappedXmlDictionaryReader : XmlDictionaryReader,
IXmlLineInfo
System\IdentityModel\WrappedReader.cs (1)
12
sealed class WrappedReader : DelegatingXmlDictionaryReader,
IXmlLineInfo
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
18
internal class WrappedXmlDictionaryReader : XmlDictionaryReader,
IXmlLineInfo
System.Runtime.Serialization (5)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
12
internal class XmlSerializableReader : XmlReader,
IXmlLineInfo
, IXmlTextParser
System\Xml\XmlDictionaryReader.cs (1)
1346
class XmlWrappedReader : XmlDictionaryReader,
IXmlLineInfo
System\Xml\XmlMtomReader.cs (2)
23
class XmlMtomReader : XmlDictionaryReader,
IXmlLineInfo
, IXmlMtomReaderInitializer
1073
internal class XopIncludeReader : XmlDictionaryReader,
IXmlLineInfo
System\Xml\XmlUTF8TextReader.cs (1)
22
class XmlUTF8TextReader : XmlBaseReader,
IXmlLineInfo
, IXmlTextReaderInitializer
System.Xml (18)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
23
internal sealed class XPathDocumentNavigator : XPathNavigator,
IXmlLineInfo
{
System\Xml\Core\XmlAsyncCheckReader.cs (1)
810
internal class XmlAsyncCheckReaderWithLineInfo : XmlAsyncCheckReader,
IXmlLineInfo
{
System\Xml\Core\XmlSubtreeReader.cs (1)
18
internal sealed partial class XmlSubtreeReader : XmlWrappingReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
13
internal sealed partial class XmlSubtreeReader : XmlWrappingReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlTextReader.cs (1)
23
public class XmlTextReader : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlTextReaderImpl.cs (1)
34
internal partial class XmlTextReaderImpl : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
29
internal partial class XmlTextReaderImpl : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlValidatingReader.cs (1)
20
public class XmlValidatingReader : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
23
internal sealed partial class XmlValidatingReaderImpl : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
18
internal sealed partial class XmlValidatingReaderImpl : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XmlWrappingReader.cs (1)
17
internal partial class XmlWrappingReader : XmlReader,
IXmlLineInfo
{
System\Xml\Core\XmlWrappingReaderAsync.cs (1)
12
internal partial class XmlWrappingReader : XmlReader,
IXmlLineInfo
{
System\Xml\Core\XsdCachingReader.cs (1)
20
internal partial class XsdCachingReader : XmlReader,
IXmlLineInfo
{
System\Xml\Core\XsdCachingReaderAsync.cs (1)
15
internal partial class XsdCachingReader : XmlReader,
IXmlLineInfo
{
System\Xml\Core\XsdValidatingReader.cs (1)
42
internal partial class XsdValidatingReader : XmlReader, IXmlSchemaInfo,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
17
internal partial class XsdValidatingReader : XmlReader, IXmlSchemaInfo,
IXmlLineInfo
, IXmlNamespaceResolver {
System\Xml\IXmlLineInfo.cs (1)
20
internal class PositionInfo :
IXmlLineInfo
{
System\Xml\Serialization\XmlCountingReader.cs (1)
9
internal class XmlCountingReader : XmlReader, IXmlTextParser,
IXmlLineInfo
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (2)
926
public abstract class XObject :
IXmlLineInfo
8060
internal class XNodeReader : XmlReader,
IXmlLineInfo
System\Xml\Linq\XNodeNavigator.cs (1)
10
internal class XNodeNavigator : XPathNavigator,
IXmlLineInfo
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
37
internal class XmlWrappingReader : XmlReader,
IXmlLineInfo
, IXmlNamespaceResolver {
441 references to IXmlLineInfo
PresentationBuildTasks (8)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1481
IXmlLineInfo
info = Reader as
IXmlLineInfo
;
Base\System\Windows\Markup\XmlWrappingReader.cs (2)
42
protected
IXmlLineInfo
_readerAsIXmlLineInfo;
196
_readerAsIXmlLineInfo = value as
IXmlLineInfo
;
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
862
IXmlLineInfo
xmlLineInfo = xmlReader as
IXmlLineInfo
;
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
5197
_xmlLineInfo = _xmlReader as
IXmlLineInfo
;
6767
IXmlLineInfo
_xmlLineInfo;
SMDiagnostics (2)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
230
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System.Activities (3)
System\Activities\Debugger\XmlWrappingReader.cs (3)
16
private
IXmlLineInfo
baseReaderAsLineInfo;
155
this.baseReaderAsLineInfo = value as
IXmlLineInfo
;
160
protected
IXmlLineInfo
BaseReaderAsLineInfo
System.Data.Entity (97)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (2)
334
IXmlLineInfo
xmlLineInfo = reader as
IXmlLineInfo
;
System\Data\Mapping\FunctionImportMapping.cs (2)
727
: this((
IXmlLineInfo
)nav)
730
internal LineInfo(
IXmlLineInfo
lineInfo)
System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs (3)
196
/// <see cref="GetRename(EdmType, out
IXmlLineInfo
)"/> for more info.
200
IXmlLineInfo
lineInfo;
212
internal string GetRename(EdmType type, out
IXmlLineInfo
lineInfo)
System\Data\Mapping\StorageMappingItemLoader.cs (88)
240
(
IXmlLineInfo
)nav, m_parsingErrors);
316
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
400
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
502
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
598
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
669
StorageMappingErrorCode.MissingSetClosureInModificationFunctionMapping, m_sourceLocation, (
IXmlLineInfo
)nav
776
StorageMappingErrorCode.MissingSetClosureInQueryViews, m_sourceLocation, (
IXmlLineInfo
)nav
807
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
919
StorageMappingErrorCode.MissingModificationFunctionMappingForEntityType, m_sourceLocation, (
IXmlLineInfo
)nav
932
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
977
IXmlLineInfo
lineInfo = xmlLineInfoNav;
1032
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1140
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1271
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1279
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1293
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1327
StorageMappingErrorCode.TypeNameContainsMultipleTypesForQueryView, m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1335
StorageMappingErrorCode.IsTypeOfQueryViewForBaseType, m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1345
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1352
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
1372
((
IXmlLineInfo
)nav).LineNumber, ((
IXmlLineInfo
)nav).LinePosition);
1380
((
IXmlLineInfo
)nav).LineNumber, ((
IXmlLineInfo
)nav).LinePosition);
1401
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
1524
IXmlLineInfo
lineInfo = (
IXmlLineInfo
)(nav.Clone());
1683
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1717
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1755
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1834
IXmlLineInfo
functionImportMappingLineInfo,
1938
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
1951
IXmlLineInfo
lineInfo = xmlLineInfoNav;
2007
IXmlLineInfo
lineInfo = (
IXmlLineInfo
)(nav.Clone());
2084
IXmlLineInfo
lineInfo,
2264
IXmlLineInfo
lineInfo,
2357
IXmlLineInfo
navLineInfo,
2444
IXmlLineInfo
navLineInfo,
2467
IXmlLineInfo
columnMappingLineInfo = null;
2545
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
2639
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
2737
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
2835
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
2907
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
3056
StorageMappingErrorCode.InvalidComplexType, m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
3108
m_sourceLocation, (
IXmlLineInfo
)nav, m_parsingErrors);
3155
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
3187
IXmlLineInfo
navLineInfo = (
IXmlLineInfo
)nav;
3384
private static void AddToSchemaErrors(string message, StorageMappingErrorCode errorCode, string location,
IXmlLineInfo
lineInfo, IList<EdmSchemaError> parsingErrors)
3390
private static EdmSchemaError AddToSchemaErrorsWithMemberInfo(Func<object, string> messageFormat, string errorMember, StorageMappingErrorCode errorCode, string location,
IXmlLineInfo
lineInfo, IList<EdmSchemaError> parsingErrors)
3398
string errorStructure, StorageMappingErrorCode errorCode, string location,
IXmlLineInfo
lineInfo, IList<EdmSchemaError> parsingErrors)
3406
private static void AddToSchemaErrorWithMessage(string errorMessage, StorageMappingErrorCode errorCode, string location,
IXmlLineInfo
lineInfo, IList<EdmSchemaError> parsingErrors)
3474
StorageMappingErrorCode.ConditionError, sourceLocation, (
IXmlLineInfo
)nav, parsingErrors);
3491
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
3595
private void ValidateAndUpdateScalarMemberMapping(EdmProperty member, EdmProperty columnMember,
IXmlLineInfo
lineInfo)
3817
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
3898
m_parentLoader.m_sourceLocation, (
IXmlLineInfo
)nav,
3993
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
4104
m_parentLoader.m_sourceLocation, (
IXmlLineInfo
)nav, m_parentLoader.m_parsingErrors);
4114
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
4163
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
4339
IXmlLineInfo
xmlLineInfoNav = (
IXmlLineInfo
)nav;
System\Data\Metadata\ObjectHelper.cs (2)
142
EdmProperty columnProperty, Xml.
IXmlLineInfo
lineInfo, string sourceLocation,
164
Xml.
IXmlLineInfo
lineInfo,
System.Data.Services.Client (2)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (2)
32
private
IXmlLineInfo
readerAsIXmlLineInfo;
318
this.readerAsIXmlLineInfo = value as
IXmlLineInfo
;
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
1003
IXmlLineInfo
lineInfo = currentNode as
IXmlLineInfo
;
System\Xml\Xsl\Xslt\XsltInput.cs (3)
29
private
IXmlLineInfo
readerLineInfo;
50
IXmlLineInfo
xmlLineInfo = reader as
IXmlLineInfo
;
System.IdentityModel (20)
System\IdentityModel\DiagnosticUtilityExtensions.cs (2)
122
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (6)
417
IXmlLineInfo
lineInfo = _reader as
IXmlLineInfo
;
431
IXmlLineInfo
lineInfo = _reader as
IXmlLineInfo
;
446
IXmlLineInfo
lineInfo = _reader as
IXmlLineInfo
;
System\IdentityModel\WrappedReader.cs (6)
40
IXmlLineInfo
lineInfo = base.InnerReader as
IXmlLineInfo
;
53
IXmlLineInfo
lineInfo = base.InnerReader as
IXmlLineInfo
;
75
IXmlLineInfo
lineInfo = base.InnerReader as
IXmlLineInfo
;
System\IdentityModel\WrappedXmlDictionaryReader.cs (6)
207
IXmlLineInfo
lineInfo = this.reader as
IXmlLineInfo
;
222
IXmlLineInfo
lineInfo = this.reader as
IXmlLineInfo
;
457
IXmlLineInfo
lineInfo = this.reader as
IXmlLineInfo
;
System.Runtime.Serialization (37)
System\Runtime\Serialization\XmlReaderDelegator.cs (6)
1065
IXmlLineInfo
iXmlLineInfo = reader as
IXmlLineInfo
;
1073
IXmlLineInfo
iXmlLineInfo = reader as
IXmlLineInfo
;
1082
IXmlLineInfo
iXmlLineInfo = reader as
IXmlLineInfo
;
System\Runtime\Serialization\XmlSerializableReader.cs (9)
164
bool
IXmlLineInfo
.HasLineInfo()
166
IXmlLineInfo
xmlLineInfo = InnerReader as
IXmlLineInfo
;
170
int
IXmlLineInfo
.LineNumber
174
IXmlLineInfo
xmlLineInfo = InnerReader as
IXmlLineInfo
;
179
int
IXmlLineInfo
.LinePosition
183
IXmlLineInfo
xmlLineInfo = InnerReader as
IXmlLineInfo
;
System\Xml\XmlDictionaryReader.cs (6)
1737
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
1749
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
1762
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System\Xml\XmlExceptionHelper.cs (4)
31
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
48
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System\Xml\XmlMtomReader.cs (12)
972
IXmlLineInfo
lineInfo = xmlReader as
IXmlLineInfo
;
985
IXmlLineInfo
lineInfo = xmlReader as
IXmlLineInfo
;
999
IXmlLineInfo
lineInfo = xmlReader as
IXmlLineInfo
;
1687
bool
IXmlLineInfo
.HasLineInfo()
1689
return ((
IXmlLineInfo
)parentReader).HasLineInfo();
1692
int
IXmlLineInfo
.LineNumber
1696
return ((
IXmlLineInfo
)parentReader).LineNumber;
1700
int
IXmlLineInfo
.LinePosition
1704
return ((
IXmlLineInfo
)parentReader).LinePosition;
System.ServiceModel (6)
System\ServiceModel\EndpointAddress.cs (2)
976
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System\ServiceModel\Syndication\FeedUtils.cs (2)
17
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (2)
562
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXResourceReader.cs (2)
369
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
System.Workflow.ComponentModel (30)
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (4)
115
int lineNumber = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1;
116
int linePosition = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (14)
501
int lineNumber = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1;
502
int linePosition = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1;
516
int lineNumber = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1;
517
int linePosition = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1;
1673
IXmlLineInfo
xmlLineInfo = reader as
IXmlLineInfo
;
2533
argTokens = TokenizeAttributes(serializationManager, arguments, (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1, (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1);
Shared\XomlSerializationHelpers.cs (12)
119
serializationManager.ReportError(new WorkflowMarkupSerializationException(string.Format(CultureInfo.CurrentCulture, resourceManager.GetString("UnknownDefinitionTag"), new object[] { StandardXomlKeys.Definitions_XmlNs_Prefix, reader.LocalName, StandardXomlKeys.Definitions_XmlNs }), (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1, (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1));
150
serializationManager.ReportError(new WorkflowMarkupSerializationException(string.Format(CultureInfo.CurrentCulture, resourceManager.GetString("UnknownDefinitionTag"), StandardXomlKeys.Definitions_XmlNs_Prefix, reader.LocalName, StandardXomlKeys.Definitions_XmlNs), (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1, (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1));
174
int lineNumber = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LineNumber : 1;
175
int linePosition = (reader is
IXmlLineInfo
) ? ((
IXmlLineInfo
)reader).LinePosition : 1;
System.Xml (188)
System\Xml\Cache\XPathDocumentBuilder.cs (5)
44
private
IXmlLineInfo
lineInfo; // Line information provider
66
public XPathDocumentBuilder(XPathDocument doc,
IXmlLineInfo
lineInfo, string baseUri, XPathDocument.LoadFlags flags) {
80
public void Initialize(XPathDocument doc,
IXmlLineInfo
lineInfo, string baseUri, XPathDocument.LoadFlags flags) {
762
private
IXmlLineInfo
lineInfo;
770
public void Initialize(
IXmlLineInfo
lineInfo) {
System\Xml\Core\ReadContentAsBinaryHelper.cs (3)
256
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
296
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
387
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (3)
206
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
240
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
311
throw new XmlException( Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
System\Xml\Core\ValidatingReaderNodeData.cs (1)
162
internal void SetLineInfo(
IXmlLineInfo
lineInfo ) {
System\Xml\Core\XmlAsyncCheckReader.cs (3)
22
if (reader is
IXmlLineInfo
) {
812
private readonly
IXmlLineInfo
readerAsIXmlLineInfo;
817
readerAsIXmlLineInfo = (
IXmlLineInfo
)reader;
System\Xml\Core\XmlCharCheckingReader.cs (2)
520
throw new XmlException( res, arg, (
IXmlLineInfo
)null );
525
throw new XmlException( res, args, (
IXmlLineInfo
)null );
System\Xml\Core\XmlReader.cs (32)
219
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
233
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
247
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTimeOffset", e, this as
IXmlLineInfo
);
261
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
275
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
289
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
303
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
317
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
350
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
353
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
735
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
743
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
749
throw new XmlException(Res.Xml_ElementNotFound, name, this as
IXmlLineInfo
);
757
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
763
throw new XmlException(Res.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as
IXmlLineInfo
);
774
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
780
throw new XmlException(Res.Xml_UnexpectedNodeInSimpleContent, new string[] { this.NodeType.ToString(), "ReadElementString" }, this as
IXmlLineInfo
);
796
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
799
throw new XmlException(Res.Xml_ElementNotFound, name, this as
IXmlLineInfo
);
806
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
822
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
825
throw new XmlException(Res.Xml_ElementNotFoundNs, new string[2] { localname, ns }, this as
IXmlLineInfo
);
832
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
846
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
1354
throw new XmlException(Res.Xml_InvalidNodeType, this.NodeType.ToString(), this as
IXmlLineInfo
);
1357
throw new XmlException(Res.Xml_ElementNotFoundNs, new string[2] { localName, namespaceURI }, this as
IXmlLineInfo
);
1362
return CreateReadContentAsException(methodName, NodeType, this as
IXmlLineInfo
);
1366
return CreateReadElementContentAsException(methodName, NodeType, this as
IXmlLineInfo
);
1373
static internal Exception CreateReadContentAsException(string methodName, XmlNodeType nodeType,
IXmlLineInfo
lineInfo) {
1377
static internal Exception CreateReadElementContentAsException(string methodName, XmlNodeType nodeType,
IXmlLineInfo
lineInfo) {
1381
static string AddLineInfo(string message,
IXmlLineInfo
lineInfo) {
1455
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
System\Xml\Core\XmlReaderAsync.cs (3)
70
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
73
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
374
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
System\Xml\Core\XmlSubtreeReader.cs (12)
768
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
885
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
980
int
IXmlLineInfo
.LineNumber {
983
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
992
int
IXmlLineInfo
.LinePosition {
995
IXmlLineInfo
lineInfo = reader as
IXmlLineInfo
;
1004
bool
IXmlLineInfo
.HasLineInfo() {
1005
return reader is
IXmlLineInfo
;
1146
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
1171
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
System\Xml\Core\XmlSubtreeReaderAsync.cs (4)
292
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
409
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
497
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
522
throw new XmlException(Res.Xml_InvalidNodeType, reader.NodeType.ToString(), reader as
IXmlLineInfo
);
System\Xml\Core\XmlTextReaderImpl.cs (1)
8432
throw new XmlException( Res.Xml_InvalidNodeType, curNode.type.ToString(), this as
IXmlLineInfo
);
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
5073
throw new XmlException( Res.Xml_InvalidNodeType, curNode.type.ToString(), this as
IXmlLineInfo
);
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
662
return ((
IXmlLineInfo
)coreReader).LineNumber;
669
return ((
IXmlLineInfo
)coreReader).LinePosition;
System\Xml\Core\XmlWrappingReader.cs (2)
23
protected
IXmlLineInfo
readerAsIXmlLineInfo;
31
this.readerAsIXmlLineInfo = baseReader as
IXmlLineInfo
;
System\Xml\Core\XsdCachingReader.cs (7)
53
IXmlLineInfo
lineInfo;
63
internal XsdCachingReader(XmlReader reader,
IXmlLineInfo
lineInfo, CachingEventHandler handlerMethod) {
432
recordedNode.SetLineInfo(coreReader as
IXmlLineInfo
);
522
bool
IXmlLineInfo
.HasLineInfo() {
526
int
IXmlLineInfo
.LineNumber {
532
int
IXmlLineInfo
.LinePosition {
550
internal
IXmlLineInfo
GetLineInfo() {
System\Xml\Core\XsdValidatingReader.cs (59)
117
IXmlLineInfo
lineInfo;
132
this.lineInfo = reader as
IXmlLineInfo
;
397
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
400
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
403
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
422
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
425
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
428
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
447
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
450
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
453
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
472
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
475
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
478
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
497
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
500
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
503
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
522
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
525
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
528
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
547
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
550
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
553
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
572
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
575
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
578
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
605
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
608
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
611
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
642
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
645
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
648
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Boolean", e, this as
IXmlLineInfo
);
669
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
672
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
675
throw new XmlException(Res.Xml_ReadContentAsFormatException, "DateTime", e, this as
IXmlLineInfo
);
696
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
699
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
702
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Double", e, this as
IXmlLineInfo
);
723
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
726
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
729
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Float", e, this as
IXmlLineInfo
);
750
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
753
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
756
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Decimal", e, this as
IXmlLineInfo
);
777
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
780
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
783
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Int", e, this as
IXmlLineInfo
);
804
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
807
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
810
throw new XmlException(Res.Xml_ReadContentAsFormatException, "Long", e, this as
IXmlLineInfo
);
831
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
834
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
837
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
864
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
867
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
870
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
1958
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
1966
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
2158
this.lineInfo = cachingReader as
IXmlLineInfo
;
System\Xml\Core\XsdValidatingReaderAsync.cs (14)
51
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
54
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
57
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
87
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
90
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
93
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
128
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
131
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
134
throw new XmlException(Res.Xml_ReadContentAsFormatException, "String", e, this as
IXmlLineInfo
);
165
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
168
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
171
throw new XmlException(Res.Xml_ReadContentAsFormatException, returnType.ToString(), e, this as
IXmlLineInfo
);
681
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
692
throw new XmlException(Res.Xml_MixedReadElementContentAs, string.Empty, this as
IXmlLineInfo
);
System\Xml\IXmlLineInfo.cs (4)
26
IXmlLineInfo
li = o as
IXmlLineInfo
;
37
private
IXmlLineInfo
lineInfo;
39
public ReaderPositionInfo(
IXmlLineInfo
lineInfo) {
System\Xml\Schema\XmlSchemaValidator.cs (3)
114
private
IXmlLineInfo
positionInfo;
115
private
IXmlLineInfo
dummyPositionInfo;
248
public
IXmlLineInfo
LineInfoProvider {
System\Xml\Serialization\XmlCountingReader.cs (9)
396
bool
IXmlLineInfo
.HasLineInfo()
398
IXmlLineInfo
iXmlLineInfo = innerReader as
IXmlLineInfo
;
402
int
IXmlLineInfo
.LineNumber
406
IXmlLineInfo
iXmlLineInfo = innerReader as
IXmlLineInfo
;
411
int
IXmlLineInfo
.LinePosition
415
IXmlLineInfo
iXmlLineInfo = innerReader as
IXmlLineInfo
;
System\Xml\Serialization\XmlSerializationReader.cs (3)
1212
if (Reader is
IXmlLineInfo
){
1213
IXmlLineInfo
lineInfo = (
IXmlLineInfo
)Reader;
System\Xml\Serialization\XmlSerializer.cs (3)
430
if (xmlReader is
IXmlLineInfo
) {
431
IXmlLineInfo
lineInfo = (
IXmlLineInfo
)xmlReader;
System\Xml\XmlException.cs (5)
129
internal XmlException(string res, String arg,
IXmlLineInfo
lineInfo) :
132
internal XmlException(string res, String arg, Exception innerException,
IXmlLineInfo
lineInfo) :
135
internal XmlException(string res, String arg,
IXmlLineInfo
lineInfo, string sourceUri) :
138
internal XmlException(string res, string[] args,
IXmlLineInfo
lineInfo) :
141
internal XmlException(string res, string[] args,
IXmlLineInfo
lineInfo, string sourceUri) :
System\Xml\XPath\XPathDocument.cs (2)
146
IXmlLineInfo
lineInfo;
155
lineInfo = reader as
IXmlLineInfo
;
System\Xml\XPath\XPathNavigatorReader.cs (5)
41
protected
IXmlLineInfo
lineInfo;
78
IXmlLineInfo
xli = nav as
IXmlLineInfo
;
107
protected XPathNavigatorReader( XPathNavigator navToRead,
IXmlLineInfo
xli, IXmlSchemaInfo xsi ) {
974
internal XPathNavigatorReaderWithSI( XPathNavigator navToRead,
IXmlLineInfo
xli, IXmlSchemaInfo xsi )
System.Xml.Linq (37)
System\Xml\Linq\XLinq.cs (18)
1212
bool
IXmlLineInfo
.HasLineInfo() {
1216
int
IXmlLineInfo
.LineNumber {
1224
int
IXmlLineInfo
.LinePosition {
3099
IXmlLineInfo
li = (o & LoadOptions.SetLineInfo) != 0 ? r as
IXmlLineInfo
: null;
5075
IXmlLineInfo
li = null;
5077
li = r as
IXmlLineInfo
;
5723
IXmlLineInfo
li = reader as
IXmlLineInfo
;
8855
bool
IXmlLineInfo
.HasLineInfo() {
8865
IXmlLineInfo
li = source as
IXmlLineInfo
;
8873
int
IXmlLineInfo
.LineNumber {
8887
IXmlLineInfo
li = source as
IXmlLineInfo
;
8896
int
IXmlLineInfo
.LinePosition {
8910
IXmlLineInfo
li = source as
IXmlLineInfo
;
System\Xml\Linq\XNodeNavigator.cs (9)
623
bool
IXmlLineInfo
.HasLineInfo() {
624
IXmlLineInfo
li = source as
IXmlLineInfo
;
631
int
IXmlLineInfo
.LineNumber {
633
IXmlLineInfo
li = source as
IXmlLineInfo
;
641
int
IXmlLineInfo
.LinePosition {
643
IXmlLineInfo
li = source as
IXmlLineInfo
;
System\Xml\Linq\XNodeValidator.cs (10)
67
IXmlLineInfo
orginal = SaveLineInfo(source);
191
IXmlLineInfo
SaveLineInfo(XObject source) {
192
IXmlLineInfo
previousLineInfo = validator.LineInfoProvider;
193
validator.LineInfoProvider = source as
IXmlLineInfo
;
197
void RestoreLineInfo(
IXmlLineInfo
originalLineInfo) {
203
IXmlLineInfo
original = SaveLineInfo(a);
215
IXmlLineInfo
orginal = SaveLineInfo(a);
252
IXmlLineInfo
original = SaveLineInfo(e);
271
IXmlLineInfo
orginal = SaveLineInfo(n);
284
validator.LineInfoProvider = t as
IXmlLineInfo
;
WindowsBase (4)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1481
IXmlLineInfo
info = Reader as
IXmlLineInfo
;
Base\System\Windows\Markup\XmlWrappingReader.cs (2)
42
protected
IXmlLineInfo
_readerAsIXmlLineInfo;
196
_readerAsIXmlLineInfo = value as
IXmlLineInfo
;