29 overrides of GetAttribute
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
83public override string GetAttribute( string name ) {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
183public override string GetAttribute(string name)
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2932public override string GetAttribute( string name ) {
System.Data.Services.Client (1)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
346public override string GetAttribute(string name)
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
161public override string GetAttribute(string name) {
System.IdentityModel (3)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
262public override string GetAttribute(string name)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
91public override string GetAttribute( string name )
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
275public override string GetAttribute(string name)
System.Runtime.Serialization (6)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
411public override string GetAttribute(string name)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
98public override string GetAttribute(string name) { return InnerReader.GetAttribute(name); }
System\Xml\XmlBaseReader.cs (1)
656public override string GetAttribute(string name)
System\Xml\XmlDictionaryReader.cs (1)
1410public override string GetAttribute(string name)
System\Xml\XmlMtomReader.cs (2)
528public override string GetAttribute(string name) 1464public override string GetAttribute(string name)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
221public override string GetAttribute(string name)
System.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
608public override string GetAttribute(string name) {
System\Xml\Core\XmlAsyncCheckReader.cs (1)
353public override string GetAttribute(string name) {
System\Xml\Core\XmlTextReader.cs (1)
168public override string GetAttribute( string name ) {
System\Xml\Core\XmlTextReaderImpl.cs (1)
1006public override string GetAttribute( string name ) {
System\Xml\Core\XmlValidatingReader.cs (1)
112public override string GetAttribute( string name ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
391public override string GetAttribute( string name ) {
System\Xml\Core\XmlWrappingReader.cs (1)
64public override string GetAttribute( string name ) {
System\Xml\Core\XsdCachingReader.cs (1)
213public override string GetAttribute( string name ) {
System\Xml\Core\XsdValidatingReader.cs (1)
884public override string GetAttribute(string name) {
System\Xml\Dom\XmlNodeReader.cs (1)
1132public override string GetAttribute(string name) {
System\Xml\Serialization\XmlCountingReader.cs (1)
65public override string GetAttribute(string name) { return innerReader.GetAttribute(name); }
System\Xml\XPath\XPathNavigatorReader.cs (1)
362public override string GetAttribute( string name ) {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
8421public override string GetAttribute(string name) {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
83public override string GetAttribute( string name ) {
150 references to GetAttribute
PresentationBuildTasks (3)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
413result = Reader.GetAttribute(name); 1218string requiresValue = Reader.GetAttribute(Requires);
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
84return _reader.GetAttribute( name );
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
349if (Enum.TryParse(_reader.GetAttribute("OS"), out fontFamilyOsVersion)
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1214string attr = reader.GetAttribute("class");
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (3)
749string sourceUri = _xamlReader.GetAttribute(_pageContentSourceAttribute); 780string textContent = _xamlReader.GetAttribute(_unicodeStringAttribute); 932string value = _xamlReader.GetAttribute(propertyName);
src\Framework\System\Windows\Documents\FixedFindEngine.cs (4)
402unicodeStr = xmlReader.GetAttribute("UnicodeString"); 406string sidewaysString = xmlReader.GetAttribute("IsSideways"); 419string bidiLevelAsString = xmlReader.GetAttribute("BidiLevel"); 432string caretStops = xmlReader.GetAttribute("CaretStops");
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
185return this.baseReader.GetAttribute(name);
System.Data (6)
fx\src\data\System\Data\DataSet.cs (3)
3121string nilAttrib = reader.GetAttribute(xsinill); 3130string _useDataSetSchemaOnly = reader.GetAttribute(useDataSetSchemaOnlyString); 3145string _udtIsWrappedString = reader.GetAttribute(udtIsWrappedString);
fx\src\data\System\Data\SqlClient\SqlStream.cs (2)
609_xmlWriter.WriteDocType(_xmlReader.Name, _xmlReader.GetAttribute("PUBLIC"), _xmlReader.GetAttribute("SYSTEM"), _xmlReader.Value);
fx\src\data\System\Data\xmlsaver.cs (1)
2933return _xmlreader.GetAttribute( name );
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
225return reader.GetAttribute(attribute);
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
1456return reader.GetAttribute(attributeName, namespaceUri) ?? reader.GetAttribute(attributeName);
System.Data.Services.Client (2)
System\Data\Services\Client\Xml\XmlWrappingReader.cs (1)
348return this.reader.GetAttribute(name);
System\Data\Services\Client\XmlUtil.cs (1)
229return reader.GetAttribute(attributeName, namespaceUri) ?? reader.GetAttribute(attributeName);
System.Data.SqlXml (6)
System\Xml\Xsl\QIL\QilXmlReader.cs (6)
138nd = ParseName(r.GetAttribute("name")); 148ann.Id = r.GetAttribute("id"); 149ann.Name = ParseName(r.GetAttribute("name")); 153ann.ClrNamespace = r.GetAttribute("clrNamespace"); 167ann.XmlType = ParseType(r.GetAttribute("xmlType"));; 168nd.SourceLine = ParseLineInfo(r.GetAttribute("lineInfo"));
System.IdentityModel (50)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
264return _innerReader.GetAttribute(name);
System\IdentityModel\EncryptedKeyElement.cs (2)
61string dataRef = reader.GetAttribute( XmlEncryptionConstants.Attributes.Uri ); 88string keyRef = reader.GetAttribute( XmlEncryptionConstants.Attributes.Uri );
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
93return _reader.GetAttribute( name );
System\IdentityModel\KeyInfo.cs (1)
61string method = reader.GetAttribute( XD.XmlSignatureDictionary.URI.Value );
System\IdentityModel\Metadata\MetadataSerializer.cs (8)
454string optionalString = reader.GetAttribute(WSFederationMetadataConstants.Attributes.Optional); 828string wantAuthnRequestSignedAttribute = reader.GetAttribute(Saml2MetadataConstants.Attributes.WantAuthenticationRequestsSigned); 1005string algorithm = reader.GetAttribute(Saml2MetadataConstants.Attributes.Algorithm); 1570string authnRequestsSignedAttribute = reader.GetAttribute(Saml2MetadataConstants.Attributes.AuthenticationRequestsSigned); 1584string wantAssertionsSignedAttribute = reader.GetAttribute(Saml2MetadataConstants.Attributes.WantAssertionsSigned); 3194value = reader.GetAttribute(Saml2Constants.Attributes.Name); 3203value = reader.GetAttribute(Saml2Constants.Attributes.NameFormat); 3215attribute.FriendlyName = reader.GetAttribute(Saml2Constants.Attributes.FriendlyName);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (11)
50rst.Context = reader.GetAttribute(trustConstants.Attributes.Context); 175rst.Claims.Dialect = reader.GetAttribute(trustConstants.Attributes.Dialect); 190string claimType = reader.GetAttribute(WSIdentityConstants.Attributes.Uri); 198string optionalAttributeVal = reader.GetAttribute(WSIdentityConstants.Attributes.Optional); 509string attrValue = reader.GetAttribute(trustConstants.Attributes.Allow); 517attrValue = reader.GetAttribute(trustConstants.Attributes.OK); 606string attrValue = reader.GetAttribute(WSAuthorizationConstants.Attributes.Name); 613attrValue = reader.GetAttribute(WSAuthorizationConstants.Attributes.Scope); 1382rstr.Context = reader.GetAttribute(trustConstants.Attributes.Context); 2204string attrValue = reader.GetAttribute(trustConstants.Attributes.ValueType); 2218attrValue = reader.GetAttribute(trustConstants.Attributes.EncodingType);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (25)
583value = reader.GetAttribute(WSSE.Attributes.ValueType); 2377attributeValue = reader.GetAttribute(Saml2Constants.Attributes.Namespace); 2988value = reader.GetAttribute(Saml2Constants.Attributes.Name); 2997value = reader.GetAttribute(Saml2Constants.Attributes.NameFormat); 3009attribute.FriendlyName = reader.GetAttribute(Saml2Constants.Attributes.FriendlyName); 3716value = reader.GetAttribute(Saml2Constants.Attributes.AuthnInstant); 3725sessionIndex = reader.GetAttribute(Saml2Constants.Attributes.SessionIndex); 3728value = reader.GetAttribute(Saml2Constants.Attributes.SessionNotOnOrAfter); 3869value = reader.GetAttribute(Saml2Constants.Attributes.Decision); 3892value = reader.GetAttribute(Saml2Constants.Attributes.Resource); 4034value = reader.GetAttribute(Saml2Constants.Attributes.NotBefore); 4041value = reader.GetAttribute(Saml2Constants.Attributes.NotOnOrAfter); 4602value = reader.GetAttribute(Saml2Constants.Attributes.Format); 4614value = reader.GetAttribute(Saml2Constants.Attributes.NameQualifier); 4621value = reader.GetAttribute(Saml2Constants.Attributes.SPNameQualifier); 4628value = reader.GetAttribute(Saml2Constants.Attributes.SPProvidedID); 4800value = reader.GetAttribute(Saml2Constants.Attributes.Count); 5124string method = reader.GetAttribute(Saml2Constants.Attributes.Method); 5274value = reader.GetAttribute(Saml2Constants.Attributes.Address); 5281value = reader.GetAttribute(Saml2Constants.Attributes.InResponseTo); 5288value = reader.GetAttribute(Saml2Constants.Attributes.NotBefore); 5295value = reader.GetAttribute(Saml2Constants.Attributes.NotOnOrAfter); 5302value = reader.GetAttribute(Saml2Constants.Attributes.Recipient); 5461subjectLocality.Address = reader.GetAttribute(Saml2Constants.Attributes.Address); 5464subjectLocality.DnsName = reader.GetAttribute(Saml2Constants.Attributes.DNSName);
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
277return this.reader.GetAttribute(name);
System.Runtime.Serialization (6)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
50return isEndOfEmptyElement ? null : reader.GetAttribute(name);
System\Runtime\Serialization\XmlSerializableReader.cs (1)
98public override string GetAttribute(string name) { return InnerReader.GetAttribute(name); }
System\Xml\XmlDictionaryReader.cs (1)
1412return reader.GetAttribute(name);
System\Xml\XmlDictionaryWriter.cs (2)
925WriteDocType(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value);
System\Xml\XmlMtomReader.cs (1)
530return xmlReader.GetAttribute(name);
System.ServiceModel (3)
System\ServiceModel\Channels\ContextMessageHeader.cs (1)
133string propertyName = reader.GetAttribute(ContextPropertyNameAttribute);
System\ServiceModel\Security\XmlHelper.cs (1)
37string qname = reader.GetAttribute(attributeName);
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
250string type = reader.GetAttribute(Atom10Constants.TypeTag);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryMessageSequence.cs (3)
148string instanceIdString = reader.GetAttribute(ProtocolStrings.SchemaNames.AppSequenceInstanceId); 155string sequenceIdString = reader.GetAttribute(ProtocolStrings.SchemaNames.AppSequenceSequenceId); 169string messageNumberString = reader.GetAttribute(ProtocolStrings.SchemaNames.AppSequenceMessageNumber);
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\DataContractJsonSerializerOperationFormatter.cs (3)
550string typeAttribute = reader.GetAttribute(JsonGlobals.typeString); 568string typeAttribute = reader.GetAttribute(JsonGlobals.typeString); 736string typeAttribute = reader.GetAttribute(JsonGlobals.typeString);
System.Web (11)
Configuration\RootProfilePropertySettingsCollection.cs (1)
61string name = reader.GetAttribute("name");
UI\WebParts\ImportCatalogPart.cs (3)
209partTypeName = reader.GetAttribute(WebPartManager.ExportTypeNameAttribute); 210userControlTypeName = reader.GetAttribute(WebPartManager.ExportUserControlSrcAttribute); 261string name = reader.GetAttribute(WebPartManager.ExportPropertyNameAttribute);
UI\WebParts\WebPartManager.cs (7)
2719string version = reader.GetAttribute(ExportPartNamespaceAttribute); 2734partTypeName = reader.GetAttribute(ExportTypeNameAttribute); 2735userControlTypeName = reader.GetAttribute(ExportUserControlSrcAttribute); 2989string propertyName = reader.GetAttribute(ExportPropertyNameAttribute); 2990string typeName = reader.GetAttribute(ExportPropertyTypeAttribute); 2991string scope = reader.GetAttribute(ExportPropertyScopeAttribute); 2993reader.GetAttribute(ExportPropertyNullAttribute),
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
92string version = pReader.GetAttribute("version");
System.Xml (25)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
610return this.textXmlReader.GetAttribute(name);
System\Xml\Core\XmlAsyncCheckReader.cs (1)
355return coreReader.GetAttribute(name);
System\Xml\Core\XmlCharCheckingReader.cs (2)
271str = base.reader.GetAttribute( "SYSTEM" ); 276str = base.reader.GetAttribute( "PUBLIC" );
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
139str = base.reader.GetAttribute( "SYSTEM" ); 144str = base.reader.GetAttribute( "PUBLIC" );
System\Xml\Core\XmlReader.cs (5)
553return GetAttribute(name); 1113xtw.WriteDocType(this.Name, this.GetAttribute("PUBLIC"), this.GetAttribute("SYSTEM"), this.Value); 1755result += ", SYSTEM=\"" + reader.GetAttribute( "SYSTEM" ) + '"'; 1756result += ", PUBLIC=\"" + reader.GetAttribute( "PUBLIC" ) + '"';
System\Xml\Core\XmlReaderAsync.cs (2)
242xtw.WriteDocType(this.Name, this.GetAttribute("PUBLIC"), this.GetAttribute("SYSTEM"), this.Value);
System\Xml\Core\XmlSubtreeReader.cs (1)
211string attr = reader.GetAttribute( name );
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
392return coreReader.GetAttribute( name );
System\Xml\Core\XmlWrappingReader.cs (1)
65return reader.GetAttribute( name );
System\Xml\Core\XmlWriter.cs (2)
418WriteDocType(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value);
System\Xml\Core\XmlWriterAsync.cs (4)
310await WriteDocTypeAsync(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value).ConfigureAwait(false); 370await WriteDocTypeAsync(reader.Name, reader.GetAttribute("PUBLIC"), reader.GetAttribute("SYSTEM"), reader.Value).ConfigureAwait(false);
System\Xml\Core\XsdValidatingReader.cs (1)
885string attValue = coreReader.GetAttribute(name);
System\Xml\Serialization\XmlCountingReader.cs (1)
65public override string GetAttribute(string name) { return innerReader.GetAttribute(name); }
System\Xml\Serialization\XmlSerializationReader.cs (1)
1377string href = soap12 ? r.GetAttribute("ref", Soap12.Encoding) : r.GetAttribute("href");
System.Xml.Linq (9)
System\Xml\Linq\XLinq.cs (9)
3073c.AddNodeSkipNotify(new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value, r.DtdInfo)); 3172n = new XDocumentType(r.LocalName, r.GetAttribute("PUBLIC"), r.GetAttribute("SYSTEM"), r.Value, r.DtdInfo); 6298version = r.GetAttribute("version"); 6299encoding = r.GetAttribute("encoding"); 6300standalone = r.GetAttribute("standalone"); 6404publicId = r.GetAttribute("PUBLIC"); 6405systemId = r.GetAttribute("SYSTEM");
WindowsBase (10)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (5)
178hashAlgorithm = reader.GetAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 224string uriAttrValue = reader.GetAttribute(XTable.Get(XTable.ID.UriAttrName)); 352transformName = reader.GetAttribute(XTable.Get(XTable.ID.AlgorithmAttrName)); 439string id = reader.GetAttribute(XTable.Get(XTable.ID.SourceIdAttrName)); 453string type = reader.GetAttribute(XTable.Get(XTable.ID.SourceTypeAttrName));
Base\MS\Internal\IO\Packaging\XmlSignatureProperties.cs (2)
417string idAttrValue = reader.GetAttribute(XTable.Get(XTable.ID.SignaturePropertyIdAttrName)); 434string idTargetValue = reader.GetAttribute(XTable.Get(XTable.ID.TargetAttrName));
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
413result = Reader.GetAttribute(name); 1218string requiresValue = Reader.GetAttribute(Requires);
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
84return _reader.GetAttribute( name );