25 overrides of Name
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
58public override string Name { get { return _reader.Name; } }
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
29public override string Name
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2872public override string Name {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
184public override string Name
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
65public override string Name {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
149public override string Name
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
178public override string Name
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
115public override string Name
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
359public override string Name
System\Runtime\Serialization\XmlSerializableReader.cs (1)
71public override string Name { get { return InnerReader.Name; } }
System\Xml\XmlDictionaryReader.cs (1)
1497public override string Name
System\Xml\XmlMtomReader.cs (2)
668public override string Name 1586public override string Name
System.Xml (10)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
82public override string Name {
System\Xml\Core\XmlTextReader.cs (1)
112public override string Name {
System\Xml\Core\XmlTextReaderImpl.cs (1)
876public override string Name {
System\Xml\Core\XmlValidatingReader.cs (1)
56public override string Name {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
265public override string Name {
System\Xml\Core\XmlWrappingReader.cs (1)
39public override string Name { get { return reader.Name; } }
System\Xml\Core\XsdCachingReader.cs (1)
112public override string Name {
System\Xml\Core\XsdValidatingReader.cs (1)
226public override string Name {
System\Xml\Dom\XmlNodeReader.cs (1)
999public override string Name {
System\Xml\Serialization\XmlCountingReader.cs (1)
35public override string Name { get { return innerReader.Name; } }
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8239public override string Name {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
58public override string Name { get { return _reader.Name; } }
450 references to Name
PresentationBuildTasks (12)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
286Error(SR.Get(SRID.XCRInvalidACChild), Reader.Name); 762_currentName = Reader.Name; 1175Error(SR.Get(SRID.XCRInvalidACChild, Reader.Name));
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
58public override string Name { get { return _reader.Name; } }
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
826xmlReader.Name,
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
425string attrName = (xmlReader.NodeType == XmlNodeType.Attribute) ? xmlReader.Name : null;
Framework\System\Windows\Markup\XamlReaderHelper.cs (6)
1234ThrowException(SRID.ParserEmptyComplexProp, XmlReader.Name); 2118ThrowException(SRID.ParserEntityReference, XmlReader.Name); 2150WriteDefTag(XmlReader.Name); 2223string attribName = XmlReader.Name; 2354string attribName = XmlReader.Name; 2807string attribName = XmlReader.Name;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
400if (xmlReader.Name == "Glyphs")
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (1)
141if (!rootElement.Equals(xpsSchemaValidator.XmlReader.Name))
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
31get { return this.baseReader.Name; }
System.Configuration (11)
System\Configuration\AppSettingsSection.cs (1)
104string ElementName = reader.Name;
System\Configuration\ConfigurationElement.cs (9)
1444_elementTagName = reader.Name; 1446_values.SetValue(reader.Name, null, ConfigurationValueFlags.Modified, rootInfo); 1449if ((_lockedElementsList != null && (_lockedElementsList.Contains(reader.Name) || 1450(_lockedElementsList.Contains(LockAll) && reader.Name != ElementTagName))) || 1451(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.Count != 0 && !_lockedAllExceptElementsList.Contains(reader.Name)) || 1454throw new ConfigurationErrorsException(SR.GetString(SR.Config_base_element_locked, reader.Name), reader); 1461String propertyName = reader.Name; 1516String propertyName = reader.Name; 1681_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, reader.Name);
System\Configuration\ConfigurationElementCollection.cs (1)
1102String propertyName = reader.Name;
System.Data (9)
fx\src\data\System\Data\DataSet.cs (3)
1596topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 1963topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 2412topNode.SetAttribute(reader.Name, reader.GetAttribute(i));
fx\src\data\System\Data\DataTable.cs (2)
5217topNode.SetAttribute(reader.Name, reader.GetAttribute(i)); 5435topNode.SetAttribute(reader.Name, reader.GetAttribute(i));
fx\src\data\System\Data\SqlClient\SqlStream.cs (3)
602_xmlWriter.WriteEntityRef(_xmlReader.Name); 606_xmlWriter.WriteProcessingInstruction(_xmlReader.Name, _xmlReader.Value); 609_xmlWriter.WriteDocType(_xmlReader.Name, _xmlReader.GetAttribute("PUBLIC"), _xmlReader.GetAttribute("SYSTEM"), _xmlReader.Value);
fx\src\data\System\Data\xmlsaver.cs (1)
2874return _xmlreader.Name;
System.Data.Entity (16)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
196Debug.Assert(_unresolvedRelationshipName == null, string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name));
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
242AddError(ErrorCode.InvalidOperation, EdmSchemaErrorSeverity.Error, reader, System.Data.Entity.Strings.DuplicationOperation(reader.Name));
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (4)
415Debug.Assert(string.IsNullOrEmpty(field), string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name)); 434Debug.Assert(string.IsNullOrEmpty(field), string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name)); 617AddError(ErrorCode.UnexpectedXmlAttribute, EdmSchemaErrorSeverity.Error, reader, System.Data.Entity.Strings.UnexpectedXmlAttribute(reader.Name)); 755AddError(ErrorCode.UnexpectedXmlElement, EdmSchemaErrorSeverity.Error, reader, System.Data.Entity.Strings.UnexpectedXmlElement(reader.Name));
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
265System.Data.Entity.Strings.PropertyTypeAlreadyDefined(reader.Name));
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
371Debug.Assert(UnresolvedBaseType == null, string.Format(CultureInfo.CurrentCulture, "{0} is already defined", reader.Name));
System\Data\EntityModel\SchemaObjectModel\Utils.cs (8)
115System.Data.Entity.Strings.InvalidName(value, reader.Name)); 153System.Data.Entity.Strings.InvalidName(name, reader.Name)); 184System.Data.Entity.Strings.EmptyName(reader.Name)); 192System.Data.Entity.Strings.InvalidName(name,reader.Name)); 197string.Format(CultureInfo.CurrentCulture, "{1} ({0}) is not valid. {1} cannot be qualified.", name, reader.Name)); 251System.Data.Entity.Strings.ValueNotUnderstood(reader.Value, reader.Name)); 277System.Data.Entity.Strings.ValueNotUnderstood(reader.Value,reader.Name)); 302System.Data.Entity.Strings.ValueNotUnderstood(reader.Value, reader.Name));
System.Data.Linq (2)
Mapping\MappingSource.cs (2)
240string nodeName = reader.Name; 243throw Error.ExpectedEmptyElement(nodeName, reader.NodeType, reader.Name);
System.Data.Services.Client (4)
System\Data\Services\Client\Util.cs (3)
568writer.Write("<{0}", reader.Name); 574writer.Write(" {0}=\"{1}\"", reader.Name, reader.Value); 601writer.Write("</{0}>", reader.Name);
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
188return this.reader.Name;
System.IdentityModel (23)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
151get { return _innerReader.Name; }
System\IdentityModel\EncryptedKeyElement.cs (2)
77TraceUtility.TraceString( System.Diagnostics.TraceEventType.Warning, SR.GetString( SR.ID8024, reader.Name, reader.NamespaceURI, xml ) ); 104TraceUtility.TraceString( System.Diagnostics.TraceEventType.Warning, SR.GetString( SR.ID8024, reader.Name, reader.NamespaceURI, xml ) );
System\IdentityModel\EncryptionMethodElement.cs (1)
51TraceUtility.TraceString( System.Diagnostics.TraceEventType.Warning, SR.GetString( SR.ID8024, reader.Name, reader.NamespaceURI, xml ) );
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
182return _reader.Name;
System\IdentityModel\KeyInfo.cs (1)
80TraceUtility.TraceString( System.Diagnostics.TraceEventType.Warning, SR.GetString( SR.ID8023, reader.Name, reader.NamespaceURI, xml ) );
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
1080string elementName = reader.Name; 1139string elementName = reader.Name;
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2208SR.GetString(SR.ID0001, trustConstants.Attributes.ValueType, reader.Name))); 2222SR.GetString(SR.ID0001, trustConstants.Attributes.EncodingType, reader.Name)));
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
244throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID3275, reader.Name, reader.NamespaceURI)));
System\IdentityModel\Tokens\SessionSecurityToken.cs (7)
402throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.SecurityContextToken.Value, reader.Name))); 443throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.ContextId.Value, reader.Name))); 450throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.Key.Value, reader.Name))); 463throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.EffectiveTime.Value, reader.Name))); 469throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.ExpiryTime.Value, reader.Name))); 475throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.KeyEffectiveTime.Value, reader.Name))); 481throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.KeyExpiryTime.Value, reader.Name)));
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
385SR.GetString(SR.ID4230, WSSecureConversationFeb2005Constants.ElementNames.Name, dicReader.Name))); 394SR.GetString(SR.ID4230, WSSecureConversation13Constants.ElementNames.Identifier, dicReader.Name)));
System\IdentityModel\WrappedReader.cs (1)
306base.InnerReader.NodeType, base.InnerReader.Name)));
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
119return this.reader.Name;
System\IdentityModel\XmlHelper.cs (1)
87throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnexpectedXmlChildNode, r.Name, r.NodeType, parentName)));
System.Runtime.Serialization (9)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1143internal string Name { get { return reader.Name; } }
System\Runtime\Serialization\XmlSerializableReader.cs (1)
71public override string Name { get { return InnerReader.Name; } }
System\Xml\XmlDictionaryReader.cs (1)
1501return reader.Name;
System\Xml\XmlDictionaryWriter.cs (4)
775WriteEntityRef(reader.Name); 918WriteEntityRef(reader.Name); 922WriteProcessingInstruction(reader.Name, reader.Value); 925WriteDocType(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value);
System\Xml\XmlMtomReader.cs (2)
672return xmlReader.Name; 1590return (readState == ReadState.Interactive) ? String.Empty : parentReader.Name;
System.ServiceModel (38)
System\ServiceModel\Channels\WsrmMessageInfo.cs (8)
1509SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1522SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1537SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1550SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1577SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1598SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1604SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType, 1615SR.GetString(SR.UnexpectedXmlChildNode, reader.Name, reader.NodeType,
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (2)
49if ((reader.MoveToContent() == XmlNodeType.Element) && (reader.Name == "wsdl:definitions")) 840if ((reader.MoveToContent() == XmlNodeType.Element) && (reader.Name == "xs:schema"))
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (5)
443if (this.Properties.Contains(reader.Name)) 445this[reader.Name] = this.Properties[reader.Name].Converter.ConvertFromString(reader.Value); 449this.OnDeserializeUnrecognizedAttribute(reader.Name, reader.Value); 469TServiceModelExtensionElement collectionElement = this.CreateNewSection(subTree.Name);
System\ServiceModel\Configuration\XPathMessageFilterElement.cs (6)
39tempWriter.WriteStartElement(reader.Name); 46if (reader.Name.Equals(ConfigurationStrings.NodeQuota, StringComparison.Ordinal)) 52if (reader.Name.Contains(":")) 54string[] attributeName = reader.Name.Split(new char[] { ':' }, StringSplitOptions.RemoveEmptyEntries); 59tempWriter.WriteAttributeString(reader.Name, reader.Value); 134writer.WriteAttributeString(tempReader.Name, tempReader.Value);
System\ServiceModel\Description\MetadataSet.cs (3)
476if (!IsXmlnsAttribute(Reader.Name)) 547else if (!IsXmlnsAttribute(Reader.Name)) 632if (!IsXmlnsAttribute(Reader.Name))
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
376throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, messageInfo.WrapperName, messageInfo.WrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));
System\ServiceModel\Dispatcher\EndpointAddressProcessor.cs (1)
77if (reader.Prefix == "xmlns" || reader.Name == "xmlns")
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
500throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, requestWrapperName, requestWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 522throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, responseWrapperName, responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1911throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryProcessingException(QueryProcessingError.InvalidNamespacePrefix, SR.GetString(SR.SeekableMessageNavOverrideForbidden, reader.Name)));
System\ServiceModel\EndpointAddress.cs (3)
514Fx.Assert(reader.Name == DummyName, "EndpointAddress: Expected dummy element not found"); 1327Fx.Assert(reader.Name == EndpointAddress.DummyName, "EndpointAddressBuilder: Expected dummy element not found"); 1361Fx.Assert(reader.Name == EndpointAddress.DummyName, "EndpointAddressBuilder: Expected dummy element not found");
System\ServiceModel\EndpointIdentity.cs (2)
226throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnrecognizedIdentityType, reader.Name, reader.NamespaceURI))); 235throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnrecognizedIdentityType, reader.Name, reader.NamespaceURI)));
System\ServiceModel\Security\WSTrust.cs (1)
407string rootName = reader.Name;
System\ServiceModel\Security\XmlHelper.cs (3)
182throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.EmptyXmlElementError, r.Name))); 212throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.UnexpectedXmlChildNode, r.Name, r.NodeType, parentName))); 246OnRequiredAttributeMissing(name.Value, reader == null ? null : reader.Name);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SerializationUtility.cs (1)
321(reader.Name.Equals(ProtocolStrings.SchemaNames.MatchByAttribute)))
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (4)
548throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(System.ServiceModel.SR.GetString(System.ServiceModel.SR.SFxInvalidMessageBody, JsonGlobals.rootString, string.Empty, reader.NodeType, reader.Name, reader.NamespaceURI))); 734throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(System.ServiceModel.SR.GetString(System.ServiceModel.SR.SFxInvalidMessageBody, messageInfo.WrapperName, messageInfo.WrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 762throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(System.ServiceModel.SR.GetString(System.ServiceModel.SR.SFxInvalidMessageBody, elementName, string.Empty, reader.NodeType, reader.Name, reader.NamespaceURI))); 783throw System.ServiceModel.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(System.ServiceModel.SR.GetString(System.ServiceModel.SR.SFxInvalidMessageBody, elementName, elementNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));
System.Web (17)
UI\WebControls\AdRotator.cs (2)
535if (reader.Name == "Advertisements") { 544if (reader.NodeType == XmlNodeType.Element && reader.Name == "Ad" && reader.Depth == 1) {
UI\WebParts\ImportCatalogPart.cs (3)
202while (reader.Name != WebPartManager.ExportTypeElement) { 208if (reader.Name == WebPartManager.ExportTypeElement) { 255reader.Name == WebPartManager.ExportPropertyElement)) {
UI\WebParts\WebPartManager.cs (12)
2668while (reader.Name != elementToFind) { 2676while (reader.Name != elementToFindA && reader.Name != elementToFindB) { 2684while (reader.Name != elementToFind) { 2852while (reader.Name != ExportPropertyElement) { 2891while (reader.Name != ExportPropertyElement) { 2954if (reader.Name == ExportIPersonalizableElement) { 2987while (reader.Name == ExportPropertyElement) { 3136while (reader.Name != ExportPropertyElement) { 3138(reader.Name == ExportGenericPartPropertiesElement) || 3139(reader.Name == ExportPropertiesElement) || 3140((reader.Name == ExportIPersonalizableElement) && (reader.NodeType == XmlNodeType.EndElement))) {
System.Web.Extensions (15)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (5)
243else if (!IsXmlnsAttribute(Reader.Name)) { 438else if (!IsXmlnsAttribute(Reader.Name)) { 488else if (!IsXmlnsAttribute(Reader.Name)) { 561else if (!IsXmlnsAttribute(Reader.Name)) { 628else if (!IsXmlnsAttribute(Reader.Name)) {
Compilation\XmlSerializer\SvcMapFileSerializer.cs (10)
429else if (!IsXmlnsAttribute(Reader.Name)) { 595else if (!IsXmlnsAttribute(Reader.Name)) { 668else if (!IsXmlnsAttribute(Reader.Name)) { 735else if (!IsXmlnsAttribute(Reader.Name)) { 783if (!IsXmlnsAttribute(Reader.Name)) { 1085else if (!IsXmlnsAttribute(Reader.Name)) { 1131else if (!IsXmlnsAttribute(Reader.Name)) { 1177else if (!IsXmlnsAttribute(Reader.Name)) { 1236else if (!IsXmlnsAttribute(Reader.Name)) { 1295else if (!IsXmlnsAttribute(Reader.Name)) {
System.Web.Services (157)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (151)
4162else if (IsXmlnsAttribute(Reader.Name)) { 4164((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4246else if (IsXmlnsAttribute(Reader.Name)) { 4248((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4317else if (IsXmlnsAttribute(Reader.Name)) { 4319((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4391else if (!IsXmlnsAttribute(Reader.Name)) { 4441else if (!IsXmlnsAttribute(Reader.Name)) { 4491else if (!IsXmlnsAttribute(Reader.Name)) { 4545else if (IsXmlnsAttribute(Reader.Name)) { 4547((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4622else if (IsXmlnsAttribute(Reader.Name)) { 4624((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4706else if (IsXmlnsAttribute(Reader.Name)) { 4708((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 4789else if (!IsXmlnsAttribute(Reader.Name)) { 4859else if (!IsXmlnsAttribute(Reader.Name)) { 4916else if (IsXmlnsAttribute(Reader.Name)) { 4918((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 5021else if (!IsXmlnsAttribute(Reader.Name)) { 5093else if (!IsXmlnsAttribute(Reader.Name)) { 5155else if (!IsXmlnsAttribute(Reader.Name)) { 5221else if (!IsXmlnsAttribute(Reader.Name)) { 5293else if (!IsXmlnsAttribute(Reader.Name)) { 5355else if (!IsXmlnsAttribute(Reader.Name)) { 5402else if (!IsXmlnsAttribute(Reader.Name)) { 5478else if (!IsXmlnsAttribute(Reader.Name)) { 5530else if (!IsXmlnsAttribute(Reader.Name)) { 5582else if (!IsXmlnsAttribute(Reader.Name)) { 5649else if (!IsXmlnsAttribute(Reader.Name)) { 5703else if (!IsXmlnsAttribute(Reader.Name)) { 5752else if (IsXmlnsAttribute(Reader.Name)) { 5754((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 5843else if (!IsXmlnsAttribute(Reader.Name)) { 5889else if (!IsXmlnsAttribute(Reader.Name)) { 5947else if (!IsXmlnsAttribute(Reader.Name)) { 6009else if (!IsXmlnsAttribute(Reader.Name)) { 6067else if (!IsXmlnsAttribute(Reader.Name)) { 6121else if (!IsXmlnsAttribute(Reader.Name)) { 6175else if (!IsXmlnsAttribute(Reader.Name)) { 6225else if (!IsXmlnsAttribute(Reader.Name)) { 6275else if (IsXmlnsAttribute(Reader.Name)) { 6277((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6348else if (IsXmlnsAttribute(Reader.Name)) { 6350((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6425else if (IsXmlnsAttribute(Reader.Name)) { 6427((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6493else if (IsXmlnsAttribute(Reader.Name)) { 6495((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6561else if (IsXmlnsAttribute(Reader.Name)) { 6563((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6626else if (IsXmlnsAttribute(Reader.Name)) { 6628((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6701else if (IsXmlnsAttribute(Reader.Name)) { 6703((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6762if (IsXmlnsAttribute(Reader.Name)) { 6764((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6855else if (IsXmlnsAttribute(Reader.Name)) { 6857((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 6953else if (IsXmlnsAttribute(Reader.Name)) { 6955((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7035else if (IsXmlnsAttribute(Reader.Name)) { 7037((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7100else if (IsXmlnsAttribute(Reader.Name)) { 7102((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7166else if (IsXmlnsAttribute(Reader.Name)) { 7168((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7231else if (IsXmlnsAttribute(Reader.Name)) { 7233((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7305else if (IsXmlnsAttribute(Reader.Name)) { 7307((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7397else if (IsXmlnsAttribute(Reader.Name)) { 7399((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7473else if (IsXmlnsAttribute(Reader.Name)) { 7475((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7559else if (IsXmlnsAttribute(Reader.Name)) { 7561((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7634else if (IsXmlnsAttribute(Reader.Name)) { 7636((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7746else if (IsXmlnsAttribute(Reader.Name)) { 7748((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7818else if (IsXmlnsAttribute(Reader.Name)) { 7820((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7890else if (IsXmlnsAttribute(Reader.Name)) { 7892((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 7962else if (IsXmlnsAttribute(Reader.Name)) { 7964((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8034else if (IsXmlnsAttribute(Reader.Name)) { 8036((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8106else if (IsXmlnsAttribute(Reader.Name)) { 8108((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8178else if (IsXmlnsAttribute(Reader.Name)) { 8180((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8250else if (IsXmlnsAttribute(Reader.Name)) { 8252((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8322else if (IsXmlnsAttribute(Reader.Name)) { 8324((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8394else if (IsXmlnsAttribute(Reader.Name)) { 8396((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8466else if (IsXmlnsAttribute(Reader.Name)) { 8468((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8538else if (IsXmlnsAttribute(Reader.Name)) { 8540((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8606else if (IsXmlnsAttribute(Reader.Name)) { 8608((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8767else if (IsXmlnsAttribute(Reader.Name)) { 8769((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8857else if (IsXmlnsAttribute(Reader.Name)) { 8859((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 8932else if (IsXmlnsAttribute(Reader.Name)) { 8934((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9001else if (IsXmlnsAttribute(Reader.Name)) { 9003((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9077else if (IsXmlnsAttribute(Reader.Name)) { 9079((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9169else if (IsXmlnsAttribute(Reader.Name)) { 9171((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9276else if (IsXmlnsAttribute(Reader.Name)) { 9278((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9352else if (IsXmlnsAttribute(Reader.Name)) { 9354((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9443else if (IsXmlnsAttribute(Reader.Name)) { 9445((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9516else if (IsXmlnsAttribute(Reader.Name)) { 9518((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9611else if (IsXmlnsAttribute(Reader.Name)) { 9613((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9675else if (IsXmlnsAttribute(Reader.Name)) { 9677((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9752else if (IsXmlnsAttribute(Reader.Name)) { 9754((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9832else if (IsXmlnsAttribute(Reader.Name)) { 9834((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 9950else if (IsXmlnsAttribute(Reader.Name)) { 9952((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10027else if (IsXmlnsAttribute(Reader.Name)) { 10029((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10122else if (IsXmlnsAttribute(Reader.Name)) { 10124((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10216else if (IsXmlnsAttribute(Reader.Name)) { 10218((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10304else if (IsXmlnsAttribute(Reader.Name)) { 10306((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10373else if (IsXmlnsAttribute(Reader.Name)) { 10375((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10456else if (IsXmlnsAttribute(Reader.Name)) { 10458((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10524else if (IsXmlnsAttribute(Reader.Name)) { 10526((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value); 10592else if (IsXmlnsAttribute(Reader.Name)) { 10594((global::System.Xml.Serialization.XmlSerializerNamespaces)o.@Namespaces).Add(Reader.Name.Length == 5 ? "" : Reader.LocalName, Reader.Value);
System\Web\Services\Description\WebReferenceOptions.cs (1)
291if (!IsXmlnsAttribute(Reader.Name)) {
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (5)
178if (!IsXmlnsAttribute(Reader.Name)) { 242else if (!IsXmlnsAttribute(Reader.Name)) { 292else if (!IsXmlnsAttribute(Reader.Name)) { 342else if (!IsXmlnsAttribute(Reader.Name)) { 388else if (!IsXmlnsAttribute(Reader.Name)) {
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (1)
133endColumn = linePosition + reader.Name.Length - 1;
Shared\XomlSerializationHelpers.cs (1)
179codeSegment.UserData[UserDataKeys.CodeSegment_ColumnNumber] = linePosition + reader.Name.Length - 1;
System.Workflow.Runtime (66)
Tracking\TrackingProfileSerializer.cs (66)
151if (0 != string.Compare(reader.Name, "TrackPoints", StringComparison.Ordinal)) 162if (0 == string.Compare(reader.Name, "ActivityTrackPoint", StringComparison.Ordinal)) 164else if (0 == string.Compare(reader.Name, "UserTrackPoint", StringComparison.Ordinal)) 166else if (0 == string.Compare(reader.Name, "WorkflowTrackPoint", StringComparison.Ordinal)) 170if (0 == string.Compare(reader.Name, "TrackPoints", StringComparison.Ordinal)) 188if (0 != string.Compare(reader.Name, "ActivityTrackPoint", StringComparison.Ordinal)) 201if (0 == string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 203else if (0 == string.Compare(reader.Name, "MatchingLocations", StringComparison.Ordinal)) 205else if (0 == string.Compare(reader.Name, "ExcludedLocations", StringComparison.Ordinal)) 207else if (0 == string.Compare(reader.Name, "Extracts", StringComparison.Ordinal)) 214if (0 == string.Compare(reader.Name, "ActivityTrackPoint", StringComparison.Ordinal)) 235if (0 != string.Compare(reader.Name, "ActivityTrackingLocation", StringComparison.Ordinal)) 246if (0 == string.Compare(reader.Name, "TypeName", StringComparison.Ordinal)) 253else if (0 == string.Compare(reader.Name, "Type", StringComparison.Ordinal)) 268else if (0 == string.Compare(reader.Name, "MatchDerivedTypes", StringComparison.Ordinal)) 270else if (0 == string.Compare(reader.Name, "ExecutionStatusEvents", StringComparison.Ordinal)) 272else if (0 == string.Compare(reader.Name, "Conditions", StringComparison.Ordinal)) 276if (0 == string.Compare(reader.Name, "ActivityTrackingLocation", StringComparison.Ordinal)) 304if (0 != string.Compare(reader.Name, "UserTrackPoint", StringComparison.Ordinal)) 317if (0 == string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 319else if (0 == string.Compare(reader.Name, "MatchingLocations", StringComparison.Ordinal)) 321else if (0 == string.Compare(reader.Name, "ExcludedLocations", StringComparison.Ordinal)) 323else if (0 == string.Compare(reader.Name, "Extracts", StringComparison.Ordinal)) 330if (0 == string.Compare(reader.Name, "UserTrackPoint", StringComparison.Ordinal)) 351if (0 != string.Compare(reader.Name, "UserTrackingLocation", StringComparison.Ordinal)) 365if (0 == string.Compare(reader.Name, "Activity", StringComparison.Ordinal)) 367else if (0 == string.Compare(reader.Name, "KeyName", StringComparison.Ordinal)) 369else if (0 == string.Compare(reader.Name, "Argument", StringComparison.Ordinal)) 371else if (0 == string.Compare(reader.Name, "TypeName", StringComparison.Ordinal)) 373else if (0 == string.Compare(reader.Name, "Type", StringComparison.Ordinal)) 375else if (0 == string.Compare(reader.Name, "MatchDerivedTypes", StringComparison.Ordinal)) 377else if (0 == string.Compare(reader.Name, "Conditions", StringComparison.Ordinal)) 381if (0 == string.Compare(reader.Name, "UserTrackingLocation", StringComparison.Ordinal)) 400else if (0 == string.Compare(reader.Name, "Activity", StringComparison.Ordinal)) 421else if (0 == string.Compare(reader.Name, "Argument", StringComparison.Ordinal)) 459if (0 != string.Compare(reader.Name, "WorkflowTrackPoint", StringComparison.Ordinal)) 473if (0 == string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 475else if (0 == string.Compare(reader.Name, "TrackingWorkflowEvent", StringComparison.Ordinal)) 481if (0 == string.Compare(reader.Name, "WorkflowTrackPoint", StringComparison.Ordinal)) 502if (0 != string.Compare("ExecutionStatusEvents", reader.Name, StringComparison.Ordinal)) 513if (0 == string.Compare(reader.Name, "ExecutionStatus", StringComparison.Ordinal)) 531if (0 == string.Compare(reader.Name, "ExecutionStatusEvents", StringComparison.Ordinal)) 549if (0 != string.Compare("Conditions", reader.Name, StringComparison.Ordinal)) 560if (0 == string.Compare(reader.Name, "ActivityTrackingCondition", StringComparison.Ordinal)) 571if (0 == string.Compare(reader.Name, "Conditions", StringComparison.Ordinal)) 589if (0 != string.Compare(condition.GetType().Name, reader.Name, StringComparison.Ordinal)) 600if (0 == string.Compare(reader.Name, "Member", StringComparison.Ordinal)) 604else if (0 == string.Compare(reader.Name, "Operator", StringComparison.Ordinal)) 617else if (0 == string.Compare(reader.Name, "Value", StringComparison.Ordinal)) 627if (0 == string.Compare(reader.Name, condition.GetType().Name, StringComparison.Ordinal)) 645if (0 != string.Compare("Extracts", reader.Name, StringComparison.Ordinal)) 656if (0 == string.Compare(reader.Name, "ActivityDataTrackingExtract", StringComparison.Ordinal)) 662else if (0 == string.Compare(reader.Name, "WorkflowDataTrackingExtract", StringComparison.Ordinal)) 673if (0 == string.Compare(reader.Name, "Extracts", StringComparison.Ordinal)) 699if (0 == string.Compare(reader.Name, "Member", StringComparison.Ordinal)) 701else if (0 == string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 708if (0 == string.Compare(reader.Name, extract.GetType().Name, StringComparison.Ordinal)) 726if (0 != string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 737if (0 == string.Compare(reader.Name, "Annotation", StringComparison.Ordinal)) 749if (0 == string.Compare(reader.Name, "Annotations", StringComparison.Ordinal)) 770string startName = reader.Name; 777if (0 == string.Compare(reader.Name, "ActivityTrackingLocation", StringComparison.Ordinal)) 785if (0 == string.Compare(startName, reader.Name, StringComparison.Ordinal)) 806string startName = reader.Name; 813if (0 == string.Compare(reader.Name, "UserTrackingLocation", StringComparison.Ordinal)) 821if (0 == string.Compare(startName, reader.Name, StringComparison.Ordinal))
System.Xml (51)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
85return coreReader.Name;
System\Xml\Core\XmlCharCheckingReader.cs (3)
236ValidateQName( base.reader.Name ); 245ValidateQName( base.reader.Name ); 267ValidateQName( base.reader.Name );
System\Xml\Core\XmlCharCheckingReaderAsync.cs (3)
104ValidateQName( base.reader.Name ); 113ValidateQName( base.reader.Name ); 135ValidateQName( base.reader.Name );
System\Xml\Core\XmlReader.cs (14)
745if (this.Name == name) { 798if (this.Name != name) { 860(this.Name == name); 880if (NodeType == XmlNodeType.Element && Ref.Equal(name, Name)) { 935if (NodeType == XmlNodeType.Element && Ref.Equal(name, Name)) { 997if (nt == XmlNodeType.Element && Ref.Equal(name, Name)) { 1106xtw.WriteEntityRef(this.Name); 1110xtw.WriteProcessingInstruction(this.Name, this.Value); 1113xtw.WriteDocType(this.Name, this.GetAttribute("PUBLIC"), this.GetAttribute("SYSTEM"), this.Value); 1130string attrName = this.Name; 1133xtw.WriteEntityRef(this.Name); 1739result += ", Name=\"" + reader.Name + '"'; 1743result += ", Name=\"" + reader.Name + "\", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay( reader.Value ) + '"'; 1754result += ", Name=\"" + reader.Name + "'";
System\Xml\Core\XmlReaderAsync.cs (3)
235xtw.WriteEntityRef(this.Name); 239xtw.WriteProcessingInstruction(this.Name, this.Value); 242xtw.WriteDocType(this.Name, this.GetAttribute("PUBLIC"), this.GetAttribute("SYSTEM"), this.Value);
System\Xml\Core\XmlSubtreeReader.cs (1)
118return ( useCurNode ) ? curNode.name : reader.Name;
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
267return coreReader.Name;
System\Xml\Core\XmlWrappingReader.cs (1)
39public override string Name { get { return reader.Name; } }
System\Xml\Core\XmlWriter.cs (4)
353WriteEntityRef(reader.Name); 411WriteEntityRef(reader.Name); 415WriteProcessingInstruction(reader.Name, reader.Value); 418WriteDocType(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value);
System\Xml\Core\XmlWriterAsync.cs (7)
235await WriteEntityRefAsync(reader.Name).ConfigureAwait(false); 303await WriteEntityRefAsync(reader.Name).ConfigureAwait(false); 307await WriteProcessingInstructionAsync(reader.Name, reader.Value).ConfigureAwait(false); 310await WriteDocTypeAsync(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value).ConfigureAwait(false); 363await WriteEntityRefAsync(reader.Name).ConfigureAwait(false); 367await WriteProcessingInstructionAsync(reader.Name, reader.Value).ConfigureAwait(false); 370await WriteDocTypeAsync(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReader.cs (1)
235return coreReader.Name;
System\Xml\Dom\XmlLoader.cs (6)
188node = doc.CreateProcessingInstruction( r.Name, r.Value ); 316XmlEntityReference eref = direct ? new XmlEntityReference( reader.Name, this.doc ) : doc.CreateEntityReference( reader.Name ); 344switch (reader.Name) { 376switch (reader.Name) { 474node = new XmlProcessingInstruction( reader.Name, reader.Value, this.doc );
System\Xml\Schema\Parser.cs (2)
264currentNode = dummyDocument.CreateEntityReference( reader.Name ); 272currentNode = dummyDocument.CreateProcessingInstruction( reader.Name, reader.Value );
System\Xml\Serialization\XmlCountingReader.cs (1)
35public override string Name { get { return innerReader.Name; } }
System\Xml\Serialization\XmlSerializationReader.cs (3)
1775string elemName = Reader.Name; 1792if (IsXmlnsAttribute(Reader.Name) || (Reader.Name == "id" && (!soap12 || Reader.NamespaceURI == Soap12.Encoding)))
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
3067c.AddNodeSkipNotify(new XProcessingInstruction(r.Name, r.Value)); 3166n = new XProcessingInstruction(r.Name, r.Value); 6167target = r.Name; 6403name = r.Name;
WindowsBase (6)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
154throw new XmlException(SR.Get(SRID.UnexpectedXmlTag, reader.Name));
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
286Error(SR.Get(SRID.XCRInvalidACChild), Reader.Name); 762_currentName = Reader.Name; 1175Error(SR.Get(SRID.XCRInvalidACChild, Reader.Name));
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
58public override string Name { get { return _reader.Name; } }
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
428if (String.CompareOrdinal(reader.Name, XmlNamespace) != 0 &&